Hi,
I am using below below query to get the min value over period of interval
for particular KPI but not getting the result in Grafana
Query ---- >
min_over_time(increase(ifInOctets{hostname="$hostname",job="SNMP"}[2m])[$interval:5m])
where $interval is 15m,1h,1d
However I am able to get the output of below query where trying to fetch
max value for the same KPI.
max_over_time(increase(ifInOctets{hostname="$hostname",job="SNMP"}[2m])[$interval:5m])
Pls suggest what should i modify to get min Query output as well.
Thanks in advance
Saurabh
--
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/334dadea-19cd-46d9-92e7-6efaef47a66an%40googlegroups.com.