Reloader icon indicating copy to clipboard operation
Reloader copied to clipboard

Add support for more metrics related to track secret and configmap changes

Open Ayush-Singhal28 opened this issue 2 years ago • 0 comments

https://github.com/stakater/Reloader/blob/master/docs/Verify-Reloader-Working.md#verify-from-metrics

Currenly only two metrics are exposed. But it does not provide much info. As it is just increasing count. Can we have metrics related to which secret or configmap rotated the DeploymentConfigs, Deployments, Daemonsets Statefulsets on particular namespace.

e.g reloader_reload_executed{ namespace="test", secret= "test-secret", deployment= "abc",success="true"}

Ayush-Singhal28 avatar Sep 07 '23 12:09 Ayush-Singhal28