prometheus-community / helm-charts

Prometheus community Helm charts
Apache License 2.0
4.98k stars 4.99k forks source link

[kube-prometheus-stack] Broken links in grafana dashboard - Kubernetes / Compute Resources / Node (Pods) #4828

Open pierreozoux opened 2 weeks ago

pierreozoux commented 2 weeks ago

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

In this dashboard, the links to drill down on pods are broken, and are of the form: https://xxx/k8s-resources-pod?var-datasource=default&var-cluster=xx&var-namespace=$namespace&var-pod=juicefs-csi-controller-0

(see the $ in var-namespace)

What's your helm version?

v3.13.3

What's your kubectl version?

1.27

Which chart?

prometheus-kube-stack

What's the chart version?

62.3.1

What happened?

No response

What you expected to happen?

No response

How to reproduce it?

No response

Enter the changed values of values.yaml?

No response

Enter the command that you execute and failing/misfunctioning.

.

Anything else we need to know?

We think that is should have been fixed by: https://github.com/prometheus-community/helm-charts/pull/4297

But the dashboard k8s-resources-node.yaml is not in the PR.

Our question is, how could we PR this repo to fix it. It seems it is fixing the automation that produce the json, but we don't know where to start.

Thanks for your help!

acazenave commented 2 weeks ago

I have pushed a PR to fix this dashboard too : https://github.com/prometheus-community/helm-charts/pull/4829

zeritti commented 1 week ago

I have pushed a PR to fix this dashboard too : #4829

Please, remember that most dashboards get retrieved from their upstream source, i.e. they are not maintained in this repository. More info: README.