Fix broken canary loki alerts (#7860)

pull/7873/head
Xinbin Huang 3 years ago committed by GitHub
parent 03a34db8eb
commit 433d883fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      production/helm/loki/src/alerts.yaml

@ -39,9 +39,9 @@ groups:
for: 5m for: 5m
labels: labels:
severity: warning severity: warning
name: 'loki_canaries_alerts', - name: 'loki_canaries_alerts'
rules: rules:
- alert: 'LokiCanaryLatency', - alert: 'LokiCanaryLatency'
annotations: annotations:
message: | message: |
{{ $labels.job }} is experiencing {{ printf "%.2f" $value }}s 99th percentile latency. {{ $labels.job }} is experiencing {{ printf "%.2f" $value }}s 99th percentile latency.

Loading…
Cancel
Save