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

[kube-prometheus-stack] Grafana dashboard for etcd broken #3889

Closed
felixscheinost opened this issue Oct 13, 2023 · 1 comment · Fixed by #3917
Closed

[kube-prometheus-stack] Grafana dashboard for etcd broken #3889

felixscheinost opened this issue Oct 13, 2023 · 1 comment · Fixed by #3917
Labels
bug Something isn't working

Comments

@felixscheinost
Copy link

Describe the bug a clear and concise description of what the bug is.

Recent commit bdfef97 broke the etcd Grafana dashboard.

The problem is that a variable that was previously named "cluster" was renamed to a name of "job" but there are still ocurrences of $cluster in the panels.

What's your helm version?

irrelevant

What's your kubectl version?

irrelevant

Which chart?

kube-prometheus-stack

What's the chart version?

51.6.0

What happened?

The Grafana dashboard for etcd has no data at all, as the not defined variable $cluster is used.

What you expected to happen?

The Grafana dashboard should work.

How to reproduce it?

Install the Grafana dashboards for etcd.

Enter the changed values of values.yaml?

grafana:
forceDeployDashboards: true

Enter the command that you execute and failing/misfunctioning.

not applicable

Anything else we need to know?

No response

@felixscheinost felixscheinost added the bug Something isn't working label Oct 13, 2023
@felixscheinost felixscheinost changed the title [name of the chart e.g. prometheus-kube-stack] Issue Title [prometheus-kube-stack] Grafana dashboard for etcd broken Oct 13, 2023
@zeritti zeritti changed the title [prometheus-kube-stack] Grafana dashboard for etcd broken [kube-prometheus-stack] Grafana dashboard for etcd broken Oct 17, 2023
@QuentinBisson
Copy link
Member

QuentinBisson commented Oct 18, 2023

Fix waiting for approval #3917

The issue was related to an issue in the upstream mixin that was fixed etcd-io/etcd#16778

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants