Webrtc crash report

This commit is contained in:
Seth Call 2025-12-14 06:52:14 -06:00
parent e85de76552
commit e4a9bdaa18
1 changed files with 12 additions and 1 deletions

View File

@ -21,7 +21,7 @@ spec:
- alert: WebrtcBeCrashed - alert: WebrtcBeCrashed
expr: increase(kube_pod_container_status_restarts_total{container="webrtc-be", namespace="webrtc-be"}[5m]) > 0 expr: increase(kube_pod_container_status_restarts_total{container="webrtc-be", namespace="webrtc-be"}[5m]) > 0
for: 1m # Instant alert - no 'for' duration
labels: labels:
severity: critical severity: critical
annotations: annotations:
@ -29,3 +29,14 @@ spec:
description: "The webrtc-be pod has crashed. Please check the logs." description: "The webrtc-be pod has crashed. Please check the logs."
loki_link: >- loki_link: >-
{{ .Values.grafana.externalUrl }}/explore?orgId=1&left=["now-1h","now","Loki",{"expr":"{container=\"webrtc-be\", namespace=\"webrtc-be\"}"}] {{ .Values.grafana.externalUrl }}/explore?orgId=1&left=["now-1h","now","Loki",{"expr":"{container=\"webrtc-be\", namespace=\"webrtc-be\"}"}]
- alert: WebrtcBeDown
expr: kube_deployment_status_replicas_available{deployment="webrtc-be", namespace="webrtc-be"} == 0
for: 1m
labels:
severity: critical
annotations:
summary: "webrtc-be is down"
description: "The webrtc-be service has been unavailable for more than 1 minute."
loki_link: >-
{{ .Values.grafana.externalUrl }}/explore?orgId=1&left=["now-1h","now","Loki",{"expr":"{container=\"webrtc-be\", namespace=\"webrtc-be\"}"}]