Skip to content

Commit b1506c7

Browse files
SticksmanSuperQ
andauthored
Update collector/pg_long_running_transactions.go
Co-authored-by: Ben Kochie <[email protected]> Signed-off-by: Felix Yuan <[email protected]>
1 parent c3e9c0e commit b1506c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/pg_long_running_transactions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343
)
4444

4545
longRunningTransactionsAgeInSeconds = prometheus.NewDesc(
46-
prometheus.BuildFQName(namespace, longRunningTransactionsSubsystem, "age_in_seconds"),
46+
prometheus.BuildFQName(namespace, longRunningTransactionsSubsystem, "oldest_timestamp_seconds"),
4747
"The current maximum transaction age in seconds",
4848
[]string{},
4949
prometheus.Labels{},

0 commit comments

Comments
 (0)