Skip to content

Commit

Permalink
Merge pull request #8 from qonto/fix-pg-exporter-metric-missing-alert
Browse files Browse the repository at this point in the history
fix(postgresql): use correct `pg_exporter_last_scrape_error` metric
  • Loading branch information
dcupif authored Nov 21, 2023
2 parents 0b15020 + 4f6ecef commit a9c14f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus-postgresql-alerts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rules:
description: "{{ $labels.instance }} exporter is down"

PostgreSQLExporterMissingScrapeErrorMetric:
expr: absent(postgres_exporter_last_scrape_error)
expr: absent(pg_exporter_last_scrape_error)
for: 5m
labels:
severity: critical
Expand Down

0 comments on commit a9c14f4

Please sign in to comment.