]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/templates/default/alert_rules.yml.erb
Add alert for high error rates on fastly
[chef.git] / cookbooks / prometheus / templates / default / alert_rules.yml.erb
index 562d31046fbb2a610c4f25101b12d2f15b5d5d3c..92c38d5c5d1f35e54db24742a8a74747aa7b21b4 100644 (file)
@@ -40,6 +40,15 @@ groups:
           alertgroup: database
         annotations:
           delay: "{{ $value | humanizeDuration }}"
+  - name: fastly
+    rules:
+      - alert: error rate
+        expr: sum(rate(fastly_rt_status_group_total{status_group="5xx"}[5m])) by (service_name, datacenter) / sum(rate(fastly_rt_status_group_total[5m])) by (service_name, datacenter) > 0.005
+        for: 15m
+        labels:
+          alertgroup: fastly
+        annotations:
+          error_rate: "{{ $value | humanizePercentage }}"
   - name: filesystem
     rules:
       - alert: readonly filesystem