mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-07 17:51:33 +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": {
|
"pg_stat_archiver": {
|
||||||
{
|
{
|
||||||
semver.MustParseRange(">=0.0.0"),
|
semver.MustParseRange(">=9.4.0"),
|
||||||
`
|
`
|
||||||
SELECT *,
|
SELECT *,
|
||||||
extract(epoch from now() - last_archived_time) AS last_archive_age
|
extract(epoch from now() - last_archived_time) AS last_archive_age
|
||||||
|
Loading…
Reference in New Issue
Block a user