Hi - As Prometheus collects the metrics in every 15 secs, when we do a 
range query for some of the metrics the repeated values comes (which is 
expected). Is there a way that we can filter only  the change data values.
 Example:
Time.     Label Value
10:10:15 a b c 1
10:10:30 a b c 1
10:10:45 a b c 1
10:11:00 d b c 2
10:11:15 d b c 2

 for every 15 seconds, we want
Time.      Label Value
10:10:15 a b c 1
10:11:00 d b c 2

-- 
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 prometheus-users+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/prometheus-users/8ebc3398-ce60-4d8d-aff8-625ea40a9c1dn%40googlegroups.com.

Reply via email to