Skip to content

Commit f668ab4

Browse files
Furistoroboquat
authored andcommitted
[obs] Remove NetworkConnectionsTooHigh alert
1 parent 8ffe6a9 commit f668ab4

File tree

1 file changed

+0
-12
lines changed
  • operations/observability/mixins/workspace/rules

1 file changed

+0
-12
lines changed

operations/observability/mixins/workspace/rules/nodes.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,3 @@ spec:
5555
description: Automatic scale-up failed for some reason.
5656
expr: |
5757
increase(cluster_autoscaler_failed_scale_ups_total[1m]) != 0
58-
59-
- alert: NetworkConnectionsTooHigh
60-
labels:
61-
severity: warning
62-
team: workspace
63-
for: 10m
64-
annotations:
65-
runbook_url: https://github.com/gitpod-io/runbooks/blob/main/runbooks/NetworkConnectionsTooHigh.md
66-
summary: Network connection numbers remain high for 5 minutes.
67-
description: Network connection numbers remain high for 5 minutes.
68-
expr: |
69-
node_nf_conntrack_entries{instance=~"workspace-.*", instance!~"serv.*"} > 20000

0 commit comments

Comments
 (0)