spegel
spegel copied to clipboard
Wrong grafana dashboard query
Spegel version
v0.0.24
Kubernetes distribution
Kubeadm
Kubernetes version
1.28
CNI
Calico
Describe the bug
monitoring/grafana-dashboard.json
line 401
"expr": "max(rate(http_request_duration_seconds_bucket{job=\"spegel\"})) [$__interval]"
The $__intreval
variable is not defined and range should be inside rate
"expr": "max(rate(http_request_duration_seconds_bucket{job=\"spegel\"}[$__interval]))"