File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
operations/observability/mixins/meta/rules/components/server Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 82
82
description: 'Websocket connection rate high' ,
83
83
},
84
84
},
85
+ /**
86
+ * TODO(gpl) This will be true for US all the time. Can we exclude that cluster somehow?
87
+ * {
88
+ * alert: 'db-sync not running',
89
+ * expr: 'sum (kube_pod_status_phase{pod=~"db-sync.*"}) by (pod) < 1',
90
+ * 'for': '5m',
91
+ * labels: {
92
+ * // sent to the team internal channel until we fine tuned it
93
+ * severity: 'warning',
94
+ * team: 'webapp'
95
+ * },
96
+ * annotations: {
97
+ * runbook_url: 'https://github.com/gitpod-io/runbooks/blob/main/runbooks/DbSyncNotRunning.md',
98
+ * summary: 'The db-sync pod is not running. Investigation required.',
99
+ * description: 'db-sync pod not running',
100
+ * },
101
+ * },
102
+ *
103
+ */
85
104
{
86
105
alert: 'MessagebusNotRunning' ,
87
106
expr: 'up{job="messagebus"} < 1' ,
You can’t perform that action at this time.
0 commit comments