1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-11-23 23:02:58 +03:00

Merge pull request #599 from pitan/fix/pg_stat_archiver-version

change version for pg_stat_archiver
This commit is contained in:
Joe Adams
2022-02-04 13:05:46 -05:00
committed by GitHub

View File

@@ -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