Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"HTTP Request Durations" panel in grafana-operator-overview has"No data" because of $__interval #321

Open
nobuto-m opened this issue Apr 10, 2024 · 1 comment

Comments

@nobuto-m
Copy link

Bug Description

Screenshot 2024-04-10 at 23-14-27 Grafana Operator Overview - Dashboards - Grafana

"expr": "histogram_quantile(0.95, sum(rate(grafana_http_request_duration_seconds_bucket{juju_charm=\"grafana-k8s\"}[$__interval])) by (le,handler))",

By changing the query to use $__rate_interval, it shows some data.

Screenshot 2024-04-10 at 23-20-46 Explore - juju_cos_c9251935-60a3-4682-8a3b-276834f652ba_prometheus_0 - Grafana

To Reproduce

  1. juju deploy cos-lite --trust --channel latest/edge
  2. open the grafana dashboard

Environment

App           Version  Status  Scale  Charm             Channel      Rev
alertmanager  0.27.0   active      1  alertmanager-k8s  latest/edge  107
catalogue              active      1  catalogue-k8s     latest/edge   34
grafana       9.5.3    active      1  grafana-k8s       latest/edge  109
loki          2.9.5    active      1  loki-k8s          latest/edge  128
prometheus    2.50.1   active      1  prometheus-k8s    latest/edge  174
traefik       v2.11.0  active      1  traefik-k8s       latest/edge  177

Relevant log output

N/A

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant