Files
project-config/grafana
James E. Blair a75b92eb92 Update Zuul status node graphs
This updates the "Test Nodes" and "Node Requessts" graphs on the
Zuul status dashboard to be more consistent:

* The node requests graph is now stacked, like the test nodes graph,
  so that the topmost line is the total.
* The popover for the node requests graph will now show all the
  values.
* The test nodes graph now also shows requested nodes (a new state).
* The y-axis attributes for the node requests graph do not seem to
  be necessary, so are removed.

Change-Id: I0f23bb80472e236f53124334290943394e148efd
2025-07-07 06:43:38 -07:00
..
2020-03-21 09:29:14 +01:00
2020-06-24 11:44:30 +00:00
2024-05-09 15:12:07 +02:00
2020-03-21 09:29:14 +01:00
2020-03-21 09:29:14 +01:00
2021-09-22 14:55:10 +10:00
2020-03-21 09:29:14 +01:00
2020-03-21 09:29:14 +01:00
2022-06-30 14:37:01 +10:00
2020-03-21 09:29:14 +01: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.