-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Prometheus metrics #669
Comments
How stable is the Prometheus protocol/payload you would like to include? |
Is it possible to pipe stdout/stderr to prometheus instead? |
Apologies for the +1 but metrics for prometheus would be great for us too. |
Hey @arekkas, regarding the stability of the Prometheus protocol, it is currently the de facto standard for kubernetes deployments monitoring. Prometheus and Kubernetes are part of the CNCF (https://www.cncf.io/) and are here to stay for some time from my point of view. |
If anyone wants to tackle this, I'm open to discuss it and review PRs :) |
Solved on master, see #827 |
Hi,
We are using hydra in our production environment on kubernetes. We have some small issues with hydra at the moment and want to investigate further. Our stack uses prometheus for monitoring.
For prometheus monitoring we would like and endpoint that exposes the current metrics in valid prometheus format. I would propose an another endpoint /health/prometheus.
Does that seem allright with you? Will you implement this or are you expecting a PR.
Kind Regards,
Stijn De Haes
The text was updated successfully, but these errors were encountered: