-
Story
-
Resolution: Done
-
Normal
-
None
Value Statement
After upgrading to Grafana 11.1, we saw a few new features in the UI which are not-applicable for the ACM use case.
In ACM Grafana, we would like to disable all possible non-applicable features, so that we're not causing confusion for customers. One of these features is Grafana's Unified Alerting feature.
Disabling this feature is possible, however in Grafana version 11.1.0 there is a bug: https://github.com/grafana/grafana/issues/87891 which causes an error message to show briefly on all dashboards.
In this story, we aim to upgrade Grafana to the latest patch version of 11.1.x (11.1.5 at the time of writing), so we can disable the feature without causing worrying error messages on dashboards.
Definition of Done for Engineering Story Owner (Checklist)
- Grafana updated to vertsion 11.1.5:
- Ensure the both Grafana go code is updated, the node application in: ./public/build/ re-generated and committed, as well as generated wire file: pkg/server/wire_gen.go re-generated and committed to the repo.
Development Complete
- The code is complete.
- Functionality is working.
- Any required downstream Docker file changes are made.
Tests Automated
- [ ] Unit/function tests have been automated and incorporated into the
build. - [ ] 100% automated unit/function test coverage for new or changed APIs.
Secure Design
- [ ] Security has been assessed and incorporated into your threat model.
Multidisciplinary Teams Readiness
- [ ] Create an informative documentation issue using the Customer
Portal Doc template that you can access from [The Playbook](
and ensure doc acceptance criteria is met.
- Call out this sentence as it's own action:
- [ ] Link the development issue to the doc issue.
Support Readiness
- [ ] The must-gather script has been updated.