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 54737bd commit d027906Copy full SHA for d027906
syncer/receiver/metrics.go
@@ -65,14 +65,14 @@ var (
65
)
66
metricSnapshotsStorageCount = prometheus.NewGaugeVec(
67
prometheus.GaugeOpts{
68
- Name: "lightningstream_receiver_snapshots_count_in_storage",
+ Name: "lightningstream_receiver_snapshots_in_storage_count",
69
Help: "Number of snapshots in storage",
70
},
71
[]string{"lmdb"},
72
73
metricSnapshotsStorageBytes = prometheus.NewGaugeVec(
74
75
- Name: "lightningstream_receiver_snapshots_bytes_in_storage",
+ Name: "lightningstream_receiver_snapshots_in_storage_bytes",
76
Help: "Number of bytes occupied by snapshots in storage",
77
78
0 commit comments