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] Metric-powered correlations #118437

Closed
Tracked by #108466
sorenlouv opened this issue Nov 11, 2021 · 3 comments
Closed
Tracked by #108466

[APM] Metric-powered correlations #118437

sorenlouv opened this issue Nov 11, 2021 · 3 comments
Labels
Team:APM All issues that need APM UI Team support

Comments

@sorenlouv
Copy link
Member

The correlations feature in APM is currently based on transaction events and will therefore become inaccurate as the sampling rate decreases.
Transaction metrics events doesn't only retain very few dimensions and can therefore not be used as a direct replacement for transaction events.

Together with the ML team we should investigate whether correlations should be based on a hybrid model that uses both transactions and metrics, and how that can be done.

@sorenlouv sorenlouv added the Team:APM All issues that need APM UI Team support label Nov 11, 2021
@elasticmachine
Copy link
Contributor

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

@sophiec20
Copy link
Contributor

The metric data has a limited set of fields that it summarises information by; therefore there is minimal benefit in using it for correlations as it stands. In past conversations we proposed to hold off until such time that is becomes possible for users to a) configure which fields they can summarise by and b) to have improved workflow/guidance on how to extend data collection for useful labelled fields. Once this is available, then hybrid correlations would give speed ups to initial results, although final results would be unaffected.

A statistically sound sampling strategy would mean that correlations remains accurate enough for root cause analysis. If the motivation for this work is mainly accuracy, then we should additionally consider some work to assess the optimal configuration/implementation for sampling.

@botelastic
Copy link

botelastic bot commented May 14, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@botelastic botelastic bot added the stale Used to mark issues that were closed for being stale label May 14, 2022
@botelastic botelastic bot removed the stale Used to mark issues that were closed for being stale label Dec 5, 2022
@sorenlouv sorenlouv closed this as not planned Won't fix, can't repro, duplicate, stale Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:APM All issues that need APM UI Team support
Projects
None yet
Development

No branches or pull requests

4 participants