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