Files
hello-gin/templates/prometheusrules.yaml

18 lines
367 B
YAML

---
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: hello-gin
spec:
groups:
- name: hello-gin
rules:
- alert: GinIsOutOfBottle
expr: gin_avg_latency > 5
for: 2m
labels:
severity: warning
annotations:
summary: Gin average response latency is high (>5sec)