mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-21 20:04:03 +02:00
updated incorrect metric help message
This commit is contained in:
parent
25a2de2a90
commit
b162dcbfbe
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue