Skip to content
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

Implement prometheus metrics endpoint #672

Closed
drwatsno opened this issue Aug 25, 2020 · 0 comments · Fixed by #673
Closed

Implement prometheus metrics endpoint #672

drwatsno opened this issue Aug 25, 2020 · 0 comments · Fixed by #673

Comments

@drwatsno
Copy link
Contributor

Hello

Prometheus metrics format is the de facto industry standard. We are using kratos in production (k8s) and we faced the problem of missing this feature (metrics endpoint with prometheus metrics)

Soultion
Implement metrics manager (just like in hydra), metrics endpoint, re-use code from Hydra
where possible

The next step could be to implement the OpenMetrics protocol (when ready)

aeneasr pushed a commit that referenced this issue Aug 27, 2020
Adds endpoint `/metrics` for prometheus metrics collection to the Admin API Endpoint.

Closes #672
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant