-
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
[APM] Show alerts from other producers #196053
Comments
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
Hi @kpatticha, I think this issue can be closed as this is how that part of the code looks now: kibana/x-pack/solutions/observability/plugins/apm/server/lib/helpers/get_apm_alerts_client.ts Lines 35 to 37 in 3d82bb5
And kibana/x-pack/solutions/observability/plugins/apm/common/alerting/config/apm_alerting_feature_ids.ts Line 23 in 3d82bb5
kibana/src/platform/packages/shared/kbn-rule-data-utils/src/rule_types/o11y_rules.ts Lines 79 to 87 in 3d82bb5
|
Can you please verify if we use the same rule types also in the alerts table (in alerts tabs). I believe we do, if that's the case feel free to close the ticket. Thanks for checking it |
Currently APM shows only alerts from the apm producer.
kibana/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_apm_alerts_client.ts
Line 34 in 62ca320
We want to show alerts triggered from SLOs
AC
The text was updated successfully, but these errors were encountered: