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

[APM] Display relevant APM ML anomaly results #112503

Closed
dgieselaar opened this issue Sep 17, 2021 · 2 comments · Fixed by #119709
Closed

[APM] Display relevant APM ML anomaly results #112503

dgieselaar opened this issue Sep 17, 2021 · 2 comments · Fixed by #119709
Assignees
Labels
apm:ml Integration between APM and ML apm:transaction-metrics APM UI - Transaction Metrics Work Team:APM All issues that need APM UI Team support v8.0.0

Comments

@dgieselaar
Copy link
Member

Currently, we use the following logic to display ML results in the APM app:

  • if data from all environments is displayed, show no ML results
  • if any user query is applied, show no ML results
  • if one single environment and transaction type are selected, display all ML results for that environment and transaction type

With the introduction of metric-based ML jobs, we should make the following changes to the last criterion:

  • when transaction metrics are used, use only results from the metric-based ML job
  • when transaction events are used, use only results from the transaction event-based ML job
  • filter ML results by the appropriate detector (e.g., transaction latency)

Additionally, we can look into closing #86775 as there is a significant amount of overlap.

@dgieselaar dgieselaar added Team:APM All issues that need APM UI Team support v7.16.0 labels Sep 17, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:apm)

@sorenlouv sorenlouv added [zube]: Inbox apm:ml Integration between APM and ML and removed [zube]: Inbox labels Sep 20, 2021
@dgieselaar
Copy link
Member Author

dgieselaar commented Oct 5, 2021

Blocked by elastic/elasticsearch#77734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:ml Integration between APM and ML apm:transaction-metrics APM UI - Transaction Metrics Work Team:APM All issues that need APM UI Team support v8.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants