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 commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[CHANGE] Go1.6 is no longer supported.
[CHANGE] More refinements of the Registry consistency checks: Duplicated
labels are now detected, but inconsistent label dimensions are now allowed.
Collisions with the “magic” metric and label names in Summaries and
Histograms are detected now. #108#417#471
[FEATURE] Timestamp can be explicitly set for const metrics. #187
[FEATURE] “Unchecked” collectors are possible now without cheating. #47
[FEATURE] Pushing to the Pushgateway reworked in package push to support
many new features. (The old functions are still usable but deprecated.) #372 #341
[FEATURE] Configurable connection limit for scrapes. #179
[FEATURE] New HTTP middlewares to instrument http.Handler and http.RoundTripper. The old middlewares and the pre-instrumented /metrics
handler are (strongly) deprecated. #316#57#101#224