mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +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,
|
||||
Subsystem: routerHTTPSubsystem,
|
||||
Name: "req_total",
|
||||
Help: "How many requests processed" + partitionsHelp,
|
||||
Help: "How many requests processed in total",
|
||||
}),
|
||||
HTTP2xx3xx: NewCounter(prometheus.CounterOpts{
|
||||
Namespace: routerNamespace,
|
||||
|
|
Loading…
Add table
Reference in a new issue