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

server: add /healthz and /metrics #21

Open
dsschult opened this issue Mar 24, 2021 · 0 comments
Open

server: add /healthz and /metrics #21

dsschult opened this issue Mar 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@dsschult
Copy link
Contributor

dsschult commented Mar 24, 2021

Add a secondary port to handle non-user-facing routes for /heathz and /metrics.

  • /heathz - provide health reporting, mostly in 200 vs 500 status codes
  • /metrics - provide Prometheus-ingestible metrics

Both of these should be extensible systems, allowing adding more health checks or metrics downstream.

@dsschult dsschult added the enhancement New feature or request label Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant