|
|
@@ -47,17 +47,6 @@ monitoring:
|
|
|
enabled: false
|
|
|
alerting:
|
|
|
enabled: false
|
|
|
- prometheusRules:
|
|
|
- - name: hue-pod-monitor.alert.rules
|
|
|
- rules:
|
|
|
- - alert: hue_pods_are_down
|
|
|
- expr: count(up{job="hue"})==0 #Update the rule according to alerting requirements
|
|
|
- for: 30m #Change this based on your SLA
|
|
|
- labels:
|
|
|
- severity: High
|
|
|
- annotations:
|
|
|
- summary: Hue pods are down
|
|
|
- impact: Users might not be able to query via Hue Web UI
|
|
|
tracing:
|
|
|
enabled: false
|
|
|
cron:
|