k8s.io/perf-tests/clusterloader2@v0.0.0-20240304094227-64bdb12da87e/pkg/prometheus/manifests/dashboards/README.md (about) 1 # Grafana dashboards 2 3 ## Intro 4 This directory contains graphana dashboard definitions. We are using 5 [grafanalib](https://github.com/weaveworks/grafanalib) to store dashboards as a 6 python code instead of json blob. 7 8 ## Regenerating `.json` files 9 Don't modify json files manually – modify respective `.dashboard.py` file and 10 call `make all` to regenerate all `.json` files in the directory. 11 12 13 ## TODO work 14 2. Add travis presubmit to verify that `./regenerate.sh` has been called.