GOV.UK Verify has closed
This repository is out of date and has been archived
To create a new Grafana dashboard:
- Create the dashboard via the Grafana GUI
- Copy the JSON for the dashboard you created
- Create a template file containing the JSON in
terraform/modules/dashboards
- Set the datasource to be
"${source}"
- Add the following tags:
"verify"
and"${deployment}"
- Set the datasource to be
- Add the new dashboard to
main.tf
andoutputs.tf
- Edit the config (https://github.com/alphagov/verify-terraform) to pull in the new dashboard