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
I generate dashboard with grafonnet and I cannot see template variables in Grizzly (I run it in docer). When I generate json and insert it to grafana I can see the variables there. In grizzly I need to wrap the grafonnet dashboard with grizzly wrapper, but I expect that the output will be the same - variables will be there.
Actual Behavior
Template variables are missing in grizzly serve when I use grafonnet for dashboard generating.
Grizzly Version
0.7.1
Expected Behavior
Hi,
I generate dashboard with grafonnet and I cannot see template variables in Grizzly (I run it in docer). When I generate json and insert it to grafana I can see the variables there. In grizzly I need to wrap the grafonnet dashboard with grizzly wrapper, but I expect that the output will be the same - variables will be there.
Actual Behavior
Template variables are missing in grizzly serve when I use grafonnet for dashboard generating.
Steps to Reproduce
Install packages
jb install github.com/grafana/grafonnet/gen/grafonnet-latest@mainjb install github.com/grafana/grafonnet/gen/grafonnet-v11.2.0@mainjb install github.com/grafana/jsonnet-libs/grizzly@masterThen run command
grr serve -w -S 'jsonnet /data/grr.jsonnet -J /data/vendor' -l debug /dataI want to try serve only the generated JSON, but when I try
grr serve /data/online.json -l debugI get error