mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-04 23:29:30 +00:00
Fix build error introduced by pg_archiver metrics bad merge.
2772da8dbe
was missing an additional
parameter. This fixes the build.
This commit is contained in:
parent
2772da8dbe
commit
54a0cf0e63
@ -296,6 +296,7 @@ var builtinMetricMaps = map[string]intermediateMetricMap{
|
||||
"stats_reset": {DISCARD, "Time at which these statistics were last reset", nil, nil},
|
||||
"last_archive_age": {GAUGE, "Time in seconds since last WAL segment was successfully archived", nil, nil},
|
||||
},
|
||||
true,
|
||||
0,
|
||||
},
|
||||
"pg_stat_activity": {
|
||||
|
Loading…
Reference in New Issue
Block a user