Files
project-config/grafana
yatinkarel 768ef58c26 [neutron-dashboard] drop enforce-scope-old-defaults
The job moved to experimental/periodic queue with [1],
so dropping from neutron and neutron-tempest-plugin
check/gate dashboard.

[1] https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/933409

Change-Id: I4cb991a33db3335a3e7e9e3ba5840fb915e05a4d
2024-11-04 20:28:43 +05:30
..
2024-05-09 15:12:07 +02:00
2021-09-22 14:55:10 +10:00
2022-06-30 14:37:01 +10: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.