Replies: 3 comments
-
I aslo met this issue, I exported an json file of my dashboard from grafana UI, then I edit the jsonnet followed the docs, when I executed |
Beta Was this translation helpful? Give feedback.
-
According jsonnet docs: Maybe it's the reason ? |
Beta Was this translation helpful? Give feedback.
-
I remove the old jsonnet |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
building the example.jsonnet fails:
How to reproduce it (as minimally and precisely as possible):
jb install github.com/coreos/kube-prometheus/jsonnet/[email protected]
./build.sh my_build.jsonnet
Removing the line
+ { ['grafana-' + name]: kp.grafana[name] for name in std.objectFields(kp.grafana) }
at the end fixes the issue but obviously excludes grafana from the result.Beta Was this translation helpful? Give feedback.
All reactions