Skip to content

Commit

Permalink
Merge pull request #599 from pitan/fix/pg_stat_archiver-version
Browse files Browse the repository at this point in the history
change version for pg_stat_archiver
  • Loading branch information
sysadmind authored Feb 4, 2022
2 parents cbc41f5 + adaa0b5 commit 6253ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/postgres_exporter/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6253ddb

Please sign in to comment.