Good afternoon, I would like to know if it is possible to do this query, 
the value that should return is applications with a value of 0 in the first 
query and greater than one in the 2nd

(
  sum by (consumergroup, topic) 
(delta(kafka_consumergroup_current_offset{}[5m])/5) ==bool 0
) 
and (
  sum by (topic) (delta(kafka_consumergroup_current_offset{}[5m])/5) >bool 1
)

-- 
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/0ccdfe00-0ebb-44a6-94b3-1290fb8860a1n%40googlegroups.com.

Reply via email to