Clark Boylan cbd7938596 Remove linaro cloud from Nodepool
This should be done after we are happy with the cleanups that nodepool
has performed particularly against the zk database. Otherwise we may
need to do manual cleanup after this provider config is removed.

We also remove the auto generation of the linaro cloud grafana dashboard
rules but don't remove the dashboard itself. We typically keep the
dashboards around for a while as the information exposed there may
continue to be useful after the cloud is gone.

Change-Id: I40acd28146484cb81f87ee825787d578eb964de8
2024-07-26 14:58:53 -07:00
..
2020-03-21 09:29:14 +01:00
2020-06-24 11:44:30 +00: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
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.