-
Install jsonnet/jb by running
make install-dev-tools
in the root Makefile. -
Install dependencies
make init
- (Re)Generate the dashboards
make
Run the grafana-integration example docker-compose then copy the generated dashboard there:
make && docker-compose -f ../examples/grafana-integration/docker-compose.yml up -d --force-recreate grafana
- If you ever rename the dashboard path, don't forget to update the references (see all the docker-compose.yaml)