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 66058aa commit 390e874Copy full SHA for 390e874
prometheus/promhttp/http.go
@@ -76,7 +76,7 @@ func Handler() http.Handler {
76
}
77
78
// HandlerFor returns an http.Handler for the provided Gatherer. The behavior
79
-// ef the Handler is defined by the provided HandlerOpts.
+// of the Handler is defined by the provided HandlerOpts.
80
func HandlerFor(reg prometheus.Gatherer, opts HandlerOpts) http.Handler {
81
return http.HandlerFunc(func(w http.ResponseWriter, req *http.Request) {
82
mfs, err := reg.Gather()
0 commit comments