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 6edbbd9 commit be019d1Copy full SHA for be019d1
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