You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug a clear and concise description of what the bug is.
I'm trying to add an observability stack to my kubernetes environment which is currently running RabbitMQ from the official RabbitMQ Operator. I have installed the kube-prometheus-stack as follows:
logger=provisioning.dashboard type=file name=sidecarProvider t=2023-03-24T17:26:08.554955848Z level=error msg="failed to load dashboard from " file=/tmp/dashboards/erlang-distribution-dashboard.json error="Dashboard title cannot be empty"
it succeeds with correct content but after a short time it is overwritten by the above output again. It doesn't seem to be obvious where that output is coming from so any suggestions would be most welcome.
Dashboards coming from configmaps get collected by the dashboard sidecar which makes them available to Grafana via provisioning. The configmap has to include a full dashboard definition in JSON format underneath .data.KEY with the KEY being some_name.json.
For importing dashboards from various other sources, using grafana.dashboards looks like the way forward (Ref.).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
Describe the bug a clear and concise description of what the bug is.
I'm trying to add an observability stack to my kubernetes environment which is currently running RabbitMQ from the official RabbitMQ Operator. I have installed the kube-prometheus-stack as follows:
I've added the service monitor using the following yaml and can see the metrics in prometheus:
I've attempted to load one of the RabbitMQ community dashboards using the following ConfigMap:
However the dashboard does not appear and after tailing the grafana container logs using command:
I saw the following error:
Once I connect to the container using command:
and open the above file the contents is as follows:
If I try to download the file manually using wget:
it succeeds with correct content but after a short time it is overwritten by the above output again. It doesn't seem to be obvious where that output is coming from so any suggestions would be most welcome.
Thanks in advance.
What's your helm version?
version.BuildInfo{Version:"v3.10.3", GitCommit:"835b7334cfe2e5e27870ab3ed4135f136eecc704", GitTreeState:"clean", GoVersion:"go1.19.4"}
What's your kubectl version?
Client Version: version.Info{Major:"1", Minor:"25", GitVersion:"v1.25.4", GitCommit:"872a965c6c6526caa949f0c6ac028ef7aff3fb78", GitTreeState:"clean", BuildDate:"2022-11-09T13:36:36Z", GoVersion:"go1.19.3", Compiler:"gc", Platform:"darwin/amd64"} Kustomize Version: v4.5.7 Server Version: version.Info{Major:"1", Minor:"24+", GitVersion:"v1.24.8-eks-ffeb93d", GitCommit:"abb98ec0631dfe573ec5eae40dc48fd8f2017424", GitTreeState:"clean", BuildDate:"2022-11-29T18:45:03Z", GoVersion:"go1.18.8", Compiler:"gc", Platform:"linux/amd64"}
Which chart?
kube-prometheus-stack
What's the chart version?
45.7.1
What happened?
As above
What you expected to happen?
The dashboard should have been downloaded and configured correctly
How to reproduce it?
As above
Enter the changed values of values.yaml?
No response
Enter the command that you execute and failing/misfunctioning.
As above
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: