Skip to content

Commit

Permalink
[alert] don't expect safety-rules pod (aptos-labs#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmouse authored Apr 26, 2022
1 parent f2acd98 commit 4c1d813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/helm/validator/files/rules/cluster_alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ groups:

{{ else }}
# Pod status alerts using cAdvisor (by default)
{{- range list "validator" "safety-rules" "haproxy" "logging" "monitoring"}}
{{- range list "validator" "haproxy" "logging" "monitoring"}}
- alert: Container metrics are missing
expr: absent(container_start_time_seconds{container!="", container!="POD", pod=~".*{{ . }}.*"})
for: 5m
Expand Down
2 changes: 1 addition & 1 deletion terraform/testnet/testnet/files/rules/cluster_alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ groups:

{{ else }}
# Pod status alerts using cAdvisor (by default)
{{- range list "validator" "safety-rules" "haproxy" "logging" "monitoring"}}
{{- range list "validator" "haproxy" "logging" "monitoring"}}
- alert: Container metrics are missing
expr: absent(container_start_time_seconds{container!="", container!="POD", pod=~".*{{ . }}.*"})
for: 5m
Expand Down

0 comments on commit 4c1d813

Please sign in to comment.