How do I convert my libsonnet files into jsonnet files and then plot them in Grafana?
I am using the repo: grafonnet-lib.
Here I want to execute the libsonnet files in grafonnet, but when I execute a file, for example: dashboard.libsonnet
, in vscode
I get this: { }
FYI: I am using a Windows 10 machine
What should I do in order to execute a libsonnet file and see something in Grafana?
Also, where are the libsonnet libraries and how do I work with them? I think I dont have to install any libraries, right?