Open
Description
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
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?
Activity