Hi,
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!