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 fbef149 commit 54737bdCopy full SHA for 54737bd
syncer/receiver/metrics.go
@@ -72,7 +72,7 @@ var (
72
)
73
metricSnapshotsStorageBytes = prometheus.NewGaugeVec(
74
prometheus.GaugeOpts{
75
- Name: "lightningstream_receiver_snapshots_last_bytes_in_storage",
+ Name: "lightningstream_receiver_snapshots_bytes_in_storage",
76
Help: "Number of bytes occupied by snapshots in storage",
77
},
78
[]string{"lmdb"},
0 commit comments