-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[INTERNAL] Add credhub exporter #6
Conversation
@psycofdj some feedback on the https://github.com/orange-cloudfoundry/credhub_exporter submitted as github issues: orange-cloudfoundry/credhub_exporter#5 Keep deployment-name flag instead of director label |
Refine wording
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…ording Update spec file wording
@psycofdj LGTM, feel free to submit the PR upstream. |
Upstream PR: cloudfoundry#241 |
This is an Orange internal PR to prepare an upsteam PR to bosh-prometheus/prometheus-boshrelease.
The text below aims at being included in the upstream PR
This PR integrates a new exporter for monitoring some content of a credhub server, specifically creation dates of credentials and expiration of certificates (it does not yet provide metrics about the credhub server health such as error rates, response times, or total number of entries).
This PR includes an associated dashboard and alerts that triggers when certificates are close to expiration.
We'd be happy to transfer ownership of the orange-cloudfoundry/credhub_exporter to the https://github.com/bosh-prometheus/ organization if this makes more sense for the community to contribute maintenance.
Relates to https://github.com/orange-cloudfoundry/paas-templates/issues/84