We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
http: debug: addr: <some_ip_or_host>:<some_port> prometheus: enabled: true path: /metrics
The text was updated successfully, but these errors were encountered:
cmfcruz
No branches or pull requests
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:The text was updated successfully, but these errors were encountered: