More unique metric name; comment
This commit is contained in:
parent
41b14dad44
commit
36659ef720
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@ import (
|
|||
var (
|
||||
RequestsCount = prometheus.NewCounterVec(
|
||||
prometheus.CounterOpts{
|
||||
Name: "requests_count",
|
||||
Name: "wallet_sync_requests_count",
|
||||
|
||||
// TODO For some reason, help text nor type seem to show up in
|
||||
// Prometheus?
|
||||
Help: "Total number of requests to various endpoints",
|
||||
},
|
||||
[]string{"method"},
|
||||
|
|
Loading…
Add table
Reference in a new issue