Loading
Add the ability to add a group's o11y service settings
What does this MR do and why?
Add the ability to create an 011y service setting for a group by ID.
References
Screenshots or screen recordings
How to set up and validate locally
- In rails console enable the
experimental_accessFF, and note how many setting records you have
Feature.enable(:experimental_access, User.first)
Observability::GroupO11ySetting.count- Navigate to http://localhost:3000/-/experimental/o11y_service_settings/new and fill out the form.
- Verify the count of settings increased:
Observability::GroupO11ySetting.countMR 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