I have a graph query, "topk(15, sum(increase(score[$__range])) by (user) / sum(increase(msg_count[$__range])) by (user))". In this instance, users can send messages somewhere, and each time they do that, the "msg_count" counter increases and they get a certain amount of "score". By dividing their total score by their amount of messages, I'm getting the average of how many score they earn per message. From this query, I'm trying to filter out users that have 50 or less messages sent by them. How can I do that?
-- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/32e5e712-b0db-40d3-98f5-aefcf8906495n%40googlegroups.com.

