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