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'm having an issue, when I restart the go application the tick meter restart to 0 so when doing a derivative it start to look like this
Query for the graph: SELECT DERIVATIVE(max("count"), 5m) AS "requests" FROM "metrics"."autogen"."prebid.requests.meter" WHERE time > now() - 1h GROUP BY time(5m) FILL(0)
Query: SELECT max("count") AS "requests" FROM "metrics"."autogen"."prebid.requests.meter" WHERE time > now() - 1h GROUP BY time(5m) FILL(0)
I'm having an issue, when I restart the go application the tick meter restart to 0 so when doing a derivative it start to look like this
Query for the graph: SELECT DERIVATIVE(max("count"), 5m) AS "requests" FROM "metrics"."autogen"."prebid.requests.meter" WHERE time > now() - 1h GROUP BY time(5m) FILL(0)
Query: SELECT max("count") AS "requests" FROM "metrics"."autogen"."prebid.requests.meter" WHERE time > now() - 1h GROUP BY time(5m) FILL(0)
date,requests
2/27/2018 4:55:00 PM,1
2/27/2018 5:00:00 PM,1
2/27/2018 5:05:00 PM,1
2/27/2018 5:10:00 PM,3
2/27/2018 5:15:00 PM,4
2/27/2018 5:20:00 PM,1
2/27/2018 5:25:00 PM,1
I'm trying to look for a solution like loading already saved data into of the registry into the tick.
The text was updated successfully, but these errors were encountered: