You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it is possible to use SLO-EXPORTER to have a slo using gauges.
I'm using query type as simple in prometheus-ingester and resultAsQuantity:true and interval: 60s
My metric represents the number of calls in my gateway grouped by minute.
Something like: api_gateway_request:1m and thus this is a gauge.
Is there any suggestion on how to define the prometheus query to circumvent issues like reading duplicated values because prometheus didn 't scrape the new value yet?
The text was updated successfully, but these errors were encountered:
Hey everyone!
I was wondering if it is possible to use SLO-EXPORTER to have a slo using gauges.
I'm using query type as
simple
inprometheus-ingester
andresultAsQuantity:true
andinterval: 60s
My metric represents the number of calls in my gateway grouped by minute.
Something like:
api_gateway_request:1m
and thus this is a gauge.Is there any suggestion on how to define the prometheus query to circumvent issues like reading duplicated values because prometheus didn 't scrape the new value yet?
The text was updated successfully, but these errors were encountered: