Add o11y settings ui
What does this MR do and why?
This adds the UI for the o11y service settings page. This will be used to configure the o11y service for a group. These settings can be seen in use in !197536 (merged)
References
UI for O11y settings Add a UI for updating the connection settings to the o11y service.
There are three MRs related to this issue:
- !198194 (merged)
- !198201 (merged) <- you are here
- !198221 (merged) <- full functionality here
Screenshots or screen recordings
How to set up and validate locally
- In console enable the feature flag for your user:
Feature.enable(:o11y_settings_access, User.first) # Or whatever user you are using
- Go to: http://localhost:3000/groups/toolbox/-/observability/o11y_service_settings/edit and edit the settings
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Dakota Dux