We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5511e3 commit 0df7646Copy full SHA for 0df7646
go/market-data/market-data-service/service.go
@@ -23,12 +23,12 @@ import (
23
)
24
25
var connections = promauto.NewGauge(prometheus.GaugeOpts{
26
- Name: "active_connections",
27
- Help: "The number of active connections",
+ Name: "mds_active_connections",
+ Help: "The number of active connections to the mds",
28
})
29
30
var quotesSent = promauto.NewCounter(prometheus.CounterOpts{
31
- Name: "quotes_sent",
+ Name: "mds_quotes_sent",
32
Help: "The number of quotes sent across all clients",
33
34
0 commit comments