Skip to content

Commit d19ad0d

Browse files
Apply suggestions from code review
Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
1 parent b6268be commit d19ad0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/use-cases/observability/clickstack/event_deltas.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,20 @@ Consider the example above where the `SpanAttributes.app.payment.card_type` colu
4747

4848
<Image img={event_deltas_issue} alt="Event Deltas issue" size="lg"/>
4949

50-
Conversely, values exclusively associated with inliers can also be interesting. In the example above, the error `Visa Cash Full` appears exclusively in the inliers and is completely absent from the outlier spans, where this occurs are always less than approximately 50 milliseconds, suggesting this error is associated with low latencies.
50+
Conversely, values exclusively associated with inliers can also be interesting. In the example above, the error `Visa Cash Full` appears exclusively in the inliers and is completely absent from the outlier spans. Where this occurs, latency is always less than approximately 50 milliseconds, suggesting this error is associated with low latencies.
5151

5252
## How Event Deltas work {#how-event-deltas-work}
5353

54-
Event Deltas work by issuing two queries, one for the selected outlier area and one for the inlier area - each query is limited to the appropriate duration and time window. A sample of events from both result sets is then inspected, and columns are identified where a high concentration of values appears predominantly in the outliers. Columns where 100% of a value occurs only in the outlier subset are shown first, highlighting the attributes most responsible for the observed differences.
54+
Event Deltas work by issuing two queries: one for the selected outlier area and one for the inlier area. Each query is limited to the appropriate duration and time window. A sample of events from both result sets is then inspected, and columns for which a high concentration of values appears predominantly in the outliers are identified. Columns for which 100% of a value occurs only in the outlier subset are shown first, highlighting the attributes most responsible for the observed differences.
5555

5656
## Recommendations {#recommendations}
5757

58-
Event Deltas work best when the analysis is focused on a specific service. Latency across multiple services can vary widely, making it harder to identify the columns and values most responsible for outliers. Before enabling Event Deltas, filter spans to a set where the distribution of latencies is expected to be similar. Target analyzing sets where wide latency variation is unexpected for the most useful insights, avoiding cases where it's the norm (e.g. two different services).
58+
Event Deltas work best when the analysis is focused on a specific service. Latency across multiple services can vary widely, making it harder to identify the columns and values most responsible for outliers. Before enabling Event Deltas, filter spans to a set where the distribution of latencies is expected to be similar. Target analyzing sets where wide latency variation is unexpected for the most useful insights, avoiding cases where it's the norm (e.g., two different services).
5959

6060
When selecting an area, users should aim for subsets where there is a clear distribution of slower versus faster durations, allowing the higher-latency spans to be cleanly isolated for analysis. For example, note the selected area below clearly captures a set of slower spans for analysis.
6161

6262
<Image img={event_deltas_separation} alt="Event Deltas Separation" size="lg"/>
6363

64-
Conversely, the following dataset is hard to analyze useful with Event Deltas.
64+
Conversely, the following dataset is hard to analyze in a useful way with Event Deltas.
6565

6666
<Image img={event_deltas_inappropriate} alt="Event Deltas Poor seperation" size="lg"/>

0 commit comments

Comments
 (0)