-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Actionable Observability] hide rules from sidebar and move under alerts #128437
Conversation
e0345ce
to
6037b6a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from the UX side.
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uptime changes LGTM !!
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @mgiota |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
APM changes LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I tested it and it matches the ACs. I left one suggestion regarding the feature flag
}, | ||
getCasesDeepLinks({ | ||
basePath: casesPath, | ||
extend: { | ||
[CasesDeepLinkId.cases]: { | ||
order: 8003, | ||
order: 8002, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mgiota, What is order? it seems like a CSS z-index
@@ -142,7 +142,7 @@ function AlertsPage() { | |||
}, []); | |||
|
|||
const manageRulesHref = config.unsafe.rules.enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mgiota, I'm thinking if we need to update the feature flag to align it with this update. e.g. xpack.observability.unsafe.alerts.rules.enabled
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good thought! Let me merge this PR to hide the menu option from sidebar for now and we could do it in another PR. I am hoping that we will soon get rid of this flag completely, so I wouldn't worry much about it now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes to the infra
tests LGTM 👍
Fixes #128435
Acceptance criteria
/alerts/rules
/app/observability/alerts/rules
Observability > Alerts > Rules