We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e9c0e commit b1506c7Copy full SHA for b1506c7
collector/pg_long_running_transactions.go
@@ -43,7 +43,7 @@ var (
43
)
44
45
longRunningTransactionsAgeInSeconds = prometheus.NewDesc(
46
- prometheus.BuildFQName(namespace, longRunningTransactionsSubsystem, "age_in_seconds"),
+ prometheus.BuildFQName(namespace, longRunningTransactionsSubsystem, "oldest_timestamp_seconds"),
47
"The current maximum transaction age in seconds",
48
[]string{},
49
prometheus.Labels{},
0 commit comments