mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-25 04:28:01 +00:00
Update collector/pg_stat_wal.go
Co-authored-by: Ben Kochie <superq@gmail.com> Signed-off-by: Harry Cho <pandar00@Hotmail.com>
This commit is contained in:
parent
b18e8817aa
commit
f90d6f05f1
@ -37,7 +37,7 @@ func NewPGStatWALCollector(config collectorConfig) (Collector, error) {
|
||||
}
|
||||
|
||||
var statsWALRecordsDesc = prometheus.NewDesc(
|
||||
prometheus.BuildFQName(namespace, statWALSubsystem, "wal_records"),
|
||||
prometheus.BuildFQName(namespace, statWALSubsystem, "wal_records_total"),
|
||||
"Total number of WAL records generated",
|
||||
[]string{},
|
||||
prometheus.Labels{},
|
||||
|
Loading…
Reference in New Issue
Block a user