Add ADR053: Use Grafana - #264
Open
theseanything wants to merge 1 commit into
Open
theseanything wants to merge 1 commit into
theseanything wants to merge 1 commit into
Conversation
theseanything
marked this pull request as draft
September 8, 2026 11:08
theseanything
force-pushed
the
ADR-use-grafana
branch
2 times, most recently
from
September 8, 2026 13:10
6bed7a4 to
0d447d4
Compare
Forms has no central data visualisation tool. Splunk and CloudWatch dashboards are limited to their own data, and Grafana is already used by other GOV.UK teams. Records the decision to use Grafana and outlines the hosting options without deciding between them.
theseanything
force-pushed
the
ADR-use-grafana
branch
from
September 8, 2026 13:10
0d447d4 to
b33c1c1
Compare
theseanything
marked this pull request as ready for review
September 8, 2026 13:12
cadmiumcat
reviewed
Sep 14, 2026
| This decision does not cover how we implement Grafana. However, there are 2 options for reference: | ||
|
|
||
| - Amazon Managed Grafana (AMG) is a fully managed solution. It is currently limited to Grafana version 12, while the latest release is version 13. Sign-in is only available through SAML or IAM Identity Center. EE have not set up Entra or Identity Center yet, so we cannot use AMG today. It is priced per user and would cost roughly $1,000 a year for the production environment (for example, 3 editors and 10 viewers). | ||
| - Self-hosting open source Grafana on ECS would need an ECS Fargate task, an Application Load Balancer (ALB) and an Aurora PostgreSQL database for Grafana's own state. We can run the latest version of Grafana and use GitHub sign-in for now, as GOV.UK and GOV.UK Notify do. GOV.UK Pay also self-hosts. It would cost roughly $1,000 a year for the production environment. |
Contributor
There was a problem hiding this comment.
I understood from our the tech weekly catch up that self-hosting Grafana was not a good option for us at all (although we didn't go into the details of it). Has this changed?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds ADR053 for using Grafana as our tool for dashboards and data visualisation.