lwolf / kube-cleanup-operator

Kubernetes Operator to automatically delete completed Jobs and their Pods
MIT License
498 stars 109 forks source link

Expose cleanup Operator Metrics /metrics to be monitored by prometheus #42

Closed bahaeddine closed 4 years ago

bahaeddine commented 4 years ago

To be able to monitor Cleanup Operator by Prometheus, we need to expose its metrics.

lwolf commented 4 years ago

any specific metrics you're interested in?

lwolf commented 4 years ago

Basic metrics are now available in 0.7 release. https://github.com/lwolf/kube-cleanup-operator/releases/tag/v0.7.0

bahaeddine commented 4 years ago

Thank you @lwolf for your feedback and your support. I will try these metrics and update you if there are some missing.