Skip to content

Commit

Permalink
change version for pg_stat_archiver
Browse files Browse the repository at this point in the history
  • Loading branch information
t-inoue committed Jan 11, 2022
1 parent 0977e96 commit 82f1e40
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 82f1e40

Please sign in to comment.