Skip to content

Commit

Permalink
fix: Relax the p8s alert query, to include tickets and info alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Jul 4, 2023
1 parent f4ab2d2 commit f194640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/ic-management-backend/src/health.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl HealthClient {
)
or ignoring(state)
label_replace(
clamp_max(count by (ic_node) (ALERTS{{ic="{network}", severity="page", job!="host_node_exporter"}}), 1)
clamp_max(count by (ic_node) (ALERTS{{ic="{network}", job!="host_node_exporter"}}), 1)
,
"state", "Degraded", "", ""
)
Expand Down

0 comments on commit f194640

Please sign in to comment.