chartmuseum
chartmuseum copied to clipboard
Summary metrics don't exist
The summary metrics that are listed in the README.md do not exist:
- chartmuseum_request_duration_seconds
- chartmuseum_request_duration_seconds
- chartmuseum_response_size_bytes
The corresponding total metrics (*_sum, *_count) do exist, though.
I think it should be with EnableMetrics is on (with the --disablemetrics not set) , chartmuseum uses the prometheus's stdMetrics list , which describes the request_duration_seconds as the Summary type . And you can refer to your $MUSEUM_HOST/metrics to check if it is exist.

It is LGTM though.
Yeah, sum and count are correctly exposed, but the actual quantiles are missing.
cc @davidovich - I think you helped w these metrics?