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

Seperate metrics from the debug server #10187

Closed
dragonchaser opened this issue Sep 30, 2024 · 1 comment
Closed

Seperate metrics from the debug server #10187

dragonchaser opened this issue Sep 30, 2024 · 1 comment

Comments

@dragonchaser
Copy link
Member

dragonchaser commented Sep 30, 2024

At the moment we server the /metrics , /healthz and /readyz through the debug server in each service. This should be seperated since those endpoints should be reachable all the time, without enabling the debug server.

Possible implementations

  • Add an additional server for metrics and status endpoints
  • Implement those endpoints into the regular http server of each server.

It would also make sense to add the /config endpoint there (open for discussion).

Follow-up to: #8783

@tbsbdr
Copy link
Contributor

tbsbdr commented Sep 30, 2024

wont fix

@tbsbdr tbsbdr closed this as completed Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants