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

Add filter conditions to release health rules #583

Merged
merged 11 commits into from
Dec 4, 2023
Merged

Conversation

nid90
Copy link
Member

@nid90 nid90 commented Nov 30, 2023

Example rule:

Rule: User stability check
Trigger expression: user_stability < 90.0
Filter expression: adoption_rate > 50

This rule will fail if the user_stability goes below 90% after the adoption_rate has reached at least 50%.

Under a feature flag, show the release health on the live release page with a health event timeline and overall health status.

@nid90 nid90 requested a review from kitallis December 4, 2023 09:58
end

def metric_title(metric)
return unless helpers.current_user.release_monitoring?
Copy link
Member

Choose a reason for hiding this comment

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

Tip

Can be used for the HTML associated as well.

delegate :current_user, to: :helpers

@nid90 nid90 merged commit b9a2411 into main Dec 4, 2023
2 checks passed
@nid90 nid90 deleted the feat/release-events-ui branch December 4, 2023 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants