stakater / Reloader

A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig – [✩Star] if you're using it!

Home Page:https://docs.stakater.com/reloader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Ayush-Singhal28 opened this issue · 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"}