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
First of all, it would be nice if you could upgrade to the latest client_golang. Then we might need to ask for some reproduction tests.
@vesari actually found a very similar (if not same) issue related to gzip golang/go#40008 (comment) where the root cause was that gzip writer was used concurrently. Sincer our code is not using response writer concurrently maybe your middleware or server setup causes concurrent response writer use? 🤔 Do you mind giving us more context on how promhttp is used (ideally in the small isolate go test).
Background
It panics suddenly and does not happen again.
Envs
Go version: go1.18
github.com/prometheus/client_golang: v1.14.0
github.com/prometheus/common: v0.39.0
Stack:
The text was updated successfully, but these errors were encountered: