Skip to content

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

@cmfcruz

Description

@cmfcruz

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions