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.
2 parents 6edbbd9 + be019d1 commit ce2dae2Copy full SHA for ce2dae2
prometheus/promauto/auto.go
@@ -98,7 +98,7 @@
98
// requestCount = promauto.With(reg).NewCounterVec(
99
// prometheus.CounterOpts{
100
// Name: "http_requests_total",
101
-// Help: "Total number of HTTP requests by status code end method.",
+// Help: "Total number of HTTP requests by status code and method.",
102
// },
103
// []string{"code", "method"},
104
// )
@@ -117,7 +117,7 @@
117
// requestCount = factory.NewCounterVec(
118
119
120
121
122
123
0 commit comments