Cumulative plot across deployment restarts #780
Unanswered
VictorCallejas
asked this question in
Q&A
Replies: 1 comment
-
Sorry! I missed this discussion and converted your issue to a second discussion and answered it in #784 (comment). |
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.
-
Hello everyone,
I have set my grafana dashboard to see some custom metrics of my deployments.
The problem is when the deployment restarts, instead of adding up, the value gets restarted.
The query:
watchdog_observer_files_processed_total{app=~"$watchdog"}
Underlying this metric is a Counter.
Do you know what I can do so I got it cumulative across deployment restarts.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions