mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-21 08:21:51 +02:00
updated incorrect metric help message
This commit is contained in:
@@ -65,7 +65,7 @@ func initRouteMetrics() {
|
|||||||
Namespace: routerNamespace,
|
Namespace: routerNamespace,
|
||||||
Subsystem: routerHTTPSubsystem,
|
Subsystem: routerHTTPSubsystem,
|
||||||
Name: "req_total",
|
Name: "req_total",
|
||||||
Help: "How many requests processed" + partitionsHelp,
|
Help: "How many requests processed in total",
|
||||||
}),
|
}),
|
||||||
HTTP2xx3xx: NewCounter(prometheus.CounterOpts{
|
HTTP2xx3xx: NewCounter(prometheus.CounterOpts{
|
||||||
Namespace: routerNamespace,
|
Namespace: routerNamespace,
|
||||||
|
|||||||
Reference in New Issue
Block a user