Files
project-config/grafana
yatinkarel 804cb28b00 [Neutron] Update Grafana Dashboard
Depends-On: https://review.opendev.org/c/openstack/neutron/+/899746
Change-Id: I049e74603ca02c563a3e7b1f1b3fdab07bdac96d
2023-11-15 16:17:34 +05:30
..
2023-02-14 08:25:10 +11:00
2022-11-02 09:48:36 -07:00

Developing Graphs

The run-grafana.sh script in this directory will start a Docker container with Grafana listening on port 3000. It will then load the datasources and dashboards in this directory. Repeated runs of the script will re-load the scripts.

You can log into the instance with the username "admin" and password "password". You can then use the Grafana UI to develop graphs.

The "share" icon on the graph in the UI can be used to export a JSON file, which your browser will download. You can copy that to this directory (or update existing files) and submit a review.