Skip to content

Commit

Permalink
Add seconds to label
Browse files Browse the repository at this point in the history
  • Loading branch information
Sticksman committed Jun 29, 2023
1 parent f5d874b commit 952e042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/pg_database_wraparound.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var (
prometheus.Labels{},
)
databaseWraparoundAgeDatminmxid = prometheus.NewDesc(
prometheus.BuildFQName(namespace, databaseWraparoundSubsystem, "age_datminmxid"),
prometheus.BuildFQName(namespace, databaseWraparoundSubsystem, "age_datminmxid_seconds"),
"Age of the oldest multi-transaction ID that has been replaced with a transaction ID.",
[]string{"datname"},
prometheus.Labels{},
Expand Down

0 comments on commit 952e042

Please sign in to comment.