Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alerting: Adds the new alertingSimplifiedRouting feature toggle #77984

Merged
merged 2 commits into from
Nov 10, 2023

Conversation

soniaAguilarPeiron
Copy link
Member

What is this feature?

This PR adds the a feature toggle for the new simplified alert routing feature.

In order to enable the feature, it can be done via query params by accessing /alerting?__feature.alertingSimplifiedRouting=true in development mode or window.localStorage.setItem('grafana.featureToggles', 'alertingSimplifiedRouting=true') in production.

Why do we need this feature?

We want to gradually incorporate the work-in-progress code for this new feature, but without enabling the feature until it's fully completed.

Who is this feature for?

All users.

Which issue(s) does this PR fix?:

Fixes #77929

Please check that:

  • It works as expected from a user's perspective.
  • If this is a pre-GA feature, it is behind a feature toggle.
  • The docs are updated, and if this is a notable improvement, it's added to our What's New doc.

Copy link
Member

@gillesdemey gillesdemey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@soniaAguilarPeiron soniaAguilarPeiron merged commit 68e37c3 into main Nov 10, 2023
18 checks passed
@soniaAguilarPeiron soniaAguilarPeiron deleted the alerting/simplified-routing-feature-toggle branch November 10, 2023 13:14
@aangelisc aangelisc modified the milestones: 10.3.x, 10.2.3 Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Create feature flag for simplified contact point selection.
3 participants