mirror of
https://github.com/logos-messaging/storenode-messages-counter.git
synced 2026-01-02 14:13:11 +00:00
fix: metric name
This commit is contained in:
parent
73779e074e
commit
20653b3d0d
@ -8,7 +8,7 @@ import (
|
||||
|
||||
var missingMessages = prometheus.NewGaugeVec(
|
||||
prometheus.GaugeOpts{
|
||||
Name: "missing_messages",
|
||||
Name: "counter_missing_messages",
|
||||
Help: "The messages identified as missing and the reason why they're missing",
|
||||
},
|
||||
[]string{"storenode", "status"},
|
||||
@ -16,7 +16,7 @@ var missingMessages = prometheus.NewGaugeVec(
|
||||
|
||||
var storenodeUnavailable = prometheus.NewGaugeVec(
|
||||
prometheus.GaugeOpts{
|
||||
Name: "storenode_unavailable",
|
||||
Name: "counter_storenode_unavailable",
|
||||
Help: "Number of PubSub Topics node is subscribed to",
|
||||
},
|
||||
[]string{"storenode"},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user