mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-04 15:19:30 +00:00
Merge pull request #599 from pitan/fix/pg_stat_archiver-version
change version for pg_stat_archiver
This commit is contained in:
commit
6253ddb79a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user