[APM] Alerting: Add global option to create all alert types#78151
[APM] Alerting: Add global option to create all alert types#78151cauemarcondes merged 7 commits intoelastic:masterfrom
Conversation
|
Pinging @elastic/apm-ui (Team:apm) |
|
Looks good - may I suggest a small naming change; I think we should change "All" to "Any" in the case of the service, transaction type, and environment conditions. The reason is that I might read "all" to mean only what's seen up until now and not what might be added in the future. "Any" implies that it will alert of any service, type, or environment that goes above the thresholds set. Thoughts? cc @sqren Another minor layout thing; seeing as we're pushing the limits of the flex to the max in the header, can we make sure that the options wrap underneath the APM title when the viewport gets smaller? |
x-pack/plugins/apm/public/components/alerting/TransactionDurationAnomalyAlertTrigger/index.tsx
Show resolved
Hide resolved
x-pack/plugins/apm/server/lib/alerts/register_error_count_alert_type.ts
Outdated
Show resolved
Hide resolved
|
@elasticmachine merge upstream |
@formgeist @sqren maybe we should wait until we remove the At least for now we don't mix up |
|
@elasticmachine merge upstream |
…into apm-alerts-service
|
@cauemarcondes Are you going to add |
yes, since it's not part of this issue. |
|
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
…78151) * adding alert to service page * sending on alert per service environment and transaction type * addressing PR comment * addressing PR comment Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
* master: (226 commits) [Enterprise Search] Added Logic for the Credentials View (elastic#77626) [CSM] Js errors (elastic#77919) Add the @kbn/apm-config-loader package (elastic#77855) [Security Solution] Refactor useSelector (elastic#75297) Implement tagcloud renderer (elastic#77910) [APM] Alerting: Add global option to create all alert types (elastic#78151) [Ingest pipelines] Upload indexed document to test a pipeline (elastic#77939) TypeScript cleanup in visualizations plugin (elastic#78428) Lazy load metric & mardown visualizations (elastic#78391) [Detections][EQL] EQL rule execution in detection engine (elastic#77419) Update tutorial-full-experience.asciidoc (elastic#75836) Update tutorial-define-index.asciidoc (elastic#75754) Add support for runtime field types to mappings editor. (elastic#77420) [Monitoring] Usage collection (elastic#75878) [Docs][Actions] Add docs for Jira and IBM Resilient (elastic#78316) [Security Solution][Resolver] Update @timestamp formatting (elastic#78166) [Security Solution] Fix app layout (elastic#76668) [Security Solution][Resolver] 2 new functions to DAL (elastic#78477) Adds new elasticsearch client to telemetry plugin (elastic#78046) skip flaky suite (elastic#78512) (elastic#78511) (elastic#78510) (elastic#78509) (elastic#78508) (elastic#78507) (elastic#78506) (elastic#78505) (elastic#78504) (elastic#78503) (elastic#78502) (elastic#78501) (elastic#78500) ...
…78579) * adding alert to service page * sending on alert per service environment and transaction type * addressing PR comment * addressing PR comment Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>




closes #76365