spegel icon indicating copy to clipboard operation
spegel copied to clipboard

Wrong grafana dashboard query

Open jurim76 opened this issue 4 months ago • 1 comments

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]))"

jurim76 avatar Sep 30 '24 17:09 jurim76