Skip to content

Commit 952e042

Browse files
committed
Add seconds to label
1 parent f5d874b commit 952e042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/pg_database_wraparound.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343
prometheus.Labels{},
4444
)
4545
databaseWraparoundAgeDatminmxid = prometheus.NewDesc(
46-
prometheus.BuildFQName(namespace, databaseWraparoundSubsystem, "age_datminmxid"),
46+
prometheus.BuildFQName(namespace, databaseWraparoundSubsystem, "age_datminmxid_seconds"),
4747
"Age of the oldest multi-transaction ID that has been replaced with a transaction ID.",
4848
[]string{"datname"},
4949
prometheus.Labels{},

0 commit comments

Comments
 (0)