We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffe6a9 commit f668ab4Copy full SHA for f668ab4
operations/observability/mixins/workspace/rules/nodes.yaml
@@ -55,15 +55,3 @@ spec:
55
description: Automatic scale-up failed for some reason.
56
expr: |
57
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