Skip to content

Commit

Permalink
remove filter
Browse files Browse the repository at this point in the history
grafana-agent already inject the juju topology, so it's not
necessary to filter by jobs or application
  • Loading branch information
gabrielcocenza committed Nov 27, 2024
1 parent 454d363 commit 63c451a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alert_rules/prometheus/prometheus_alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"message": "Scrape on {{ $labels.juju_unit }} failed. Ensure that the OpenSearch systemd service is healthy and that the unit is part of the cluster."
"summary": "OpenSearch exporter scrape failed"
"expr": |
up{job=~".*opensearch_.*"} < 1
up < 1
"for": "5m"
"labels":
"severity": "critical"
Expand Down

0 comments on commit 63c451a

Please sign in to comment.