Replies: 2 comments
-
@duhow , Did you manage to get |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, we are using GitHub Cloud (GitHub Team). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am writing some Prometheus queries to create Grafana dashboards, but I'm losing my head with the incoming data...
Apparently, there is the case when (for example):
completed
started
as the webhook call was not received/processed.When running the following query, this causes that "base line" is over 0.
In order to fix this, I have to manually substract a variable amount (
330
in this case) to fix this visualization:Any idea on how to fix this numbers or get the minimum value over time to substract automatically?
Beta Was this translation helpful? Give feedback.
All reactions