You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-08-09 15:42:47 +03:00
change version for pg_stat_archiver
Signed-off-by: t-inoue <t-inoue@sakura.ad.jp>
This commit is contained in:
@@ -120,7 +120,7 @@ var queryOverrides = map[string][]OverrideQuery{
|
||||
|
||||
"pg_stat_archiver": {
|
||||
{
|
||||
semver.MustParseRange(">=0.0.0"),
|
||||
semver.MustParseRange(">=9.4.0"),
|
||||
`
|
||||
SELECT *,
|
||||
extract(epoch from now() - last_archived_time) AS last_archive_age
|
||||
|
Reference in New Issue
Block a user