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 18e2097 commit d5500ceCopy full SHA for d5500ce
collector/pg_stat_wal.go
@@ -37,7 +37,7 @@ func NewPGStatWALCollector(config collectorConfig) (Collector, error) {
37
}
38
39
var statsWALRecordsDesc = prometheus.NewDesc(
40
- prometheus.BuildFQName(namespace, statWALSubsystem, "wal_records"),
+ prometheus.BuildFQName(namespace, statWALSubsystem, "wal_records_total"),
41
"Total number of WAL records generated",
42
[]string{},
43
prometheus.Labels{},
0 commit comments