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

Provide an option to enable the registry debug endpoint. #186

Open
cmfcruz opened this issue Mar 22, 2023 · 0 comments
Open

Provide an option to enable the registry debug endpoint. #186

cmfcruz opened this issue Mar 22, 2023 · 0 comments
Assignees

Comments

@cmfcruz
Copy link
Collaborator

cmfcruz commented Mar 22, 2023

The debug endpoint can be used for monitoring the registry metrics, and for profiling the server.

The following configuration block has to be added under the http options in the registry configuration to enable metrics:

http:
  debug:
    addr:  <some_ip_or_host>:<some_port>
    prometheus:
      enabled: true
      path: /metrics
@cmfcruz cmfcruz self-assigned this Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant