Skip to content

Commit

Permalink
[DOCS] Adds top ten value details
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Nov 11, 2021
1 parent 70f5769 commit 94f836e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/apm/correlations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ range from 0 to 1. Attributes with higher correlation values are more likely to
contribute to high latency transactions. By default, the attribute with the
highest correlation value is added to the chart. To see the latency distribution
for other attributes, select their row in the table.
//TBD: Show top 10 field values

If a correlated attribute seems noteworthy, use the **Filter** quick links:

Expand All @@ -48,6 +47,9 @@ the selected value.
* `-` creates a new query in the {apm-app} to filter out transactions containing
the selected value.

You can also click the icon beside the field name to view and filter its most
popular values.

In this example screenshot, there are transactions that are skewed to the right
with slower response times than the overall latency distribution. If you select
the `+` filter in the appropriate row of the table, it creates a new query in
Expand All @@ -74,8 +76,7 @@ The table is sorted by scores, which are mapped to high, medium, or low impact
levels. Attributes with high impact levels are more likely to contribute to
failed transactions. By default, the attribute with the highest score is added
to the chart. To see a different attribute in the chart, select its row in the
table.
//TBD: Show top 10 field values
table.

For example, in the screenshot below, there are attributes such as a specific
node and pod name that have medium impact on the failed transactions.
Expand All @@ -84,5 +85,7 @@ node and pod name that have medium impact on the failed transactions.
image::apm/images/correlations-failed-transactions.png[Failed transaction correlations]

Select the `+` filter to create a new query in the {apm-app} for transactions
with one or more of these attributes. Each time that you add another attribute,
it is filtering out more and more noise and bringing you closer to a diagnosis.
with one or more of these attributes. If you are unfamiliar with a field, click
the icon beside its name to view its most popular values and optionally filter
on those values too. Each time that you add another attribute, it is filtering
out more and more noise and bringing you closer to a diagnosis.

0 comments on commit 94f836e

Please sign in to comment.