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
This might be us doing whacky things, while this is being called. We basically
hacked around this, but not using these wrappers (that eventually call this
function) anymore.
Can't guarantee I can find enough time to properly debug this.
The call in https://github.com/prometheus/client_golang/blob/master/prometheus/http.go#L146
creates concurrency issues because it iterates on request's Header map, if (for some reason) you happen to call this function more than once.
The text was updated successfully, but these errors were encountered: