A few notes:

someexpr > 50

is a filter which will return only those timeseries whose value is over 50. 

A 'timeseries' is distinguished by a metric name and a unique set of labels.

foo / bar

will only give results where the the numerator and denominator have exactly 
the same set of labels.

So by applying a filter to the denominator only (which is where the message 
count is), you should be able to get the result you want. Add extra 
parentheses to make sure the operator precedence isn't a problem.

-- 
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/1912ef41-ab15-4706-84a1-83e9a8efdc68n%40googlegroups.com.

Reply via email to