Skip to content

Chart 1.5.5: Add debugging/metrics options

Ahmon Dancy requested to merge main-Id6470c5d0f76087d22e728ed32d059ad326d3332 into main

New values options:

registry.log.level can be used to set the log level (e.g., to
"debug"). The default is level is "info".

registry.http.debug.addr, registry.http.debug.prometheus.enabled, and
registry.http.debug.prometheus.path can be set to enabling debugging
and metrics. See
https://distribution.github.io/distribution/about/configuration/#debug
for more information.

Merge request reports