-
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
[Metrics UI] Add Charts to Alert Conditions #64384
[Metrics UI] Add Charts to Alert Conditions #64384
Conversation
335de52
to
e6d1720
Compare
- Reorganize files under public/alerting - Change Metrics Explorer API to force interval - Add charts to expression rows - Allow expression rows to be collapsable - Adding sum aggregation to Metrics Explorer for parity
e6d1720
to
ac480d4
Compare
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
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.
This was so fun to play with.
x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.tsx
Show resolved
Hide resolved
x-pack/plugins/infra/public/alerting/metric_threshold/components/expression.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/infra/public/alerting/metric_threshold/components/expression.tsx
Outdated
Show resolved
Hide resolved
…lert-condition-charts
This reverts commit f6e2fc1.
@Zacqary How about this... |
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!
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.
Opacity changes look good to me
…lert-condition-charts
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* [Metrics UI] Add Charts to Alert Conditions - Reorganize files under public/alerting - Change Metrics Explorer API to force interval - Add charts to expression rows - Allow expression rows to be collapsable - Adding sum aggregation to Metrics Explorer for parity * Adding interval information to Metrics Eexplorer API * Moving data hook into the expression charts component * Revert "Adding interval information to Metrics Eexplorer API" This reverts commit f6e2fc1. * Reducing the opacity for the threshold areas * Changing darkMode to use alertsContext.uiSettings
* [Metrics UI] Add Charts to Alert Conditions - Reorganize files under public/alerting - Change Metrics Explorer API to force interval - Add charts to expression rows - Allow expression rows to be collapsable - Adding sum aggregation to Metrics Explorer for parity * Adding interval information to Metrics Eexplorer API * Moving data hook into the expression charts component * Revert "Adding interval information to Metrics Eexplorer API" This reverts commit f6e2fc1. * Reducing the opacity for the threshold areas * Changing darkMode to use alertsContext.uiSettings
Summary
This PR closes #63911 by adding the following functionality:
timerange
sum
aggregation to Metrics Explorer to maintain parityExamples of the different comparator visualizations
Example of the central management Alerts UI
Checklist
Delete any items that are not applicable to this PR.