You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently enabled gzip compression on the entire router, and it seems like because promhttp.Handler() uses its own compression, it causes an issue.
Describe the bug
Prometheus is unable to scrape metrics for
latest
(as of 90bb8f7), no issue withstable
What do you see?
In http://localhost:9090/targets, a single target with:
DOWN
What do you expect to see?
In http://localhost:9090/targets, a single target with:
UP
List the steps that must be taken to reproduce this issue
stable
Version
latest (90bb8f7)
Additional information
Go to localhost:8080/metrics
latest
: attempts to download metrics.gzstable
: plaintext page with prometheus metricsThe text was updated successfully, but these errors were encountered: