We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b478e commit cf6dc82Copy full SHA for cf6dc82
prometheus/promhttp/http.go
@@ -99,7 +99,7 @@ func HandlerFor(reg prometheus.Gatherer, opts HandlerOpts) http.Handler {
99
inFlightSem = make(chan struct{}, opts.MaxRequestsInFlight)
100
}
101
if opts.Registry != nil {
102
- // Initialize all possibilites that can occur below.
+ // Initialize all possibilities that can occur below.
103
errCnt.WithLabelValues("gathering")
104
errCnt.WithLabelValues("encoding")
105
if err := opts.Registry.Register(errCnt); err != nil {
0 commit comments