Hi all,
I have a page to calculate SLI, with values changing every minute (0:OK, 1:Down) retrieved by prometheus (every 15s). I insert them in a singlestat which just averages the values (times 100).
Since the last update of grafana, it’s broken, as the minimum step I can use is 900s and not 60s anymore.
The values used for the calculation are 97 values out of the 1440 I would like to have …
The request is:
url:“api/datasources/proxy/1/api/v1/query_range?query=100*(1-prod_health_failure)&start=1509990368&end=1510076768&step=900”
and I can’t have the step at 60s, whatever I do (the configured min step is 1m).
Any clue ?
Screenshot: