Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 689 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 689 Bytes

verify-infrastructure

GOV.UK Verify has closed

This repository is out of date and has been archived

Create a new dashboard

To create a new Grafana dashboard:

  1. Create the dashboard via the Grafana GUI
  2. Copy the JSON for the dashboard you created
  3. Create a template file containing the JSON in terraform/modules/dashboards
    1. Set the datasource to be "${source}"
    2. Add the following tags: "verify" and "${deployment}"
  4. Add the new dashboard to main.tf and outputs.tf
  5. Edit the config (https://github.com/alphagov/verify-terraform) to pull in the new dashboard