-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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] kubernetes-mixin dashboards links do not work anymore #4255
Comments
Click on pod name (drill down) forward not the pod name. The url contains: Could it be that new |
Here is the export of our dashboard. We have about 30 environments where we run Grafana and they all have the same problem. |
If you are try to edit the table panal, does Grafana offer the migration? |
Ah. Do you have an test instance, where you could set on grafana.ini: [security]
angular_support_enabled = false Ref: https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#angular_support_enabled Looking at source, if this is set, it will auto-migrate the old table: This explain it to me and we may need an values toggle here. |
I have deployed it on one of our test instances and after disabling the angular support flag in the grafana config it automatically migrated the tables to the new one! |
I implement a toggle so it will work for both scenario now, once the PR is merged. |
@jkroepke we think we have the same issue on the node dashboard. we attached a PR to this bug report: Did you modify upstream https://github.com/kubernetes-monitoring/kubernetes-mixin repo, or just here? Thanks for your help! |
Describe the bug a clear and concise description of what the bug is.
When using the kubernetes-mixin dashboads the links to more in-depth dashboard do not work.
For example if I open the Kubernetes / Compute Resources / Workload dashboard and click on one of the rows in the CPU Quota table it links to another dashboard. However the url of this dashboard does not seem to be working.
These are the parameters I end up with:
What's your helm version?
v3.10.3
What's your kubectl version?
v1.28.2
Which chart?
kube-prometheus-stack
What's the chart version?
56.6.2
What happened?
Went to the Kubernetes / Compute Resources / Workload dashboard and clicked on one of the rows in the CPU Quota table. The newly opened page does not have the correct paramters.
What you expected to happen?
The newly opened page to use the parameters of the tablerow to fill in the next dashboard parameters.
How to reproduce it?
Deploy kube prometheus stack with grafana and the dashboards.
Navigate to the Kubernetes / Compute Resources / Workload dashboard and click on one of the rows in the CPU Quota table.
Enter the changed values of values.yaml?
NONE
Enter the command that you execute and failing/misfunctioning.
The install worked.
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: