Skip to content

Commit 95ed821

Browse files
switch casing
1 parent 23acceb commit 95ed821

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
slug: /use-cases/observability/clickstack/event_deltas
3-
title: 'Event Deltas with ClickStack'
4-
sidebar_label: 'Event Deltas'
3+
title: "Event Deltas with ClickStack"
4+
sidebar_label: "Event Deltas"
55
pagination_prev: null
66
pagination_next: null
7-
description: 'Event Deltas with ClickStack'
8-
doc_type: 'guide'
7+
description: "Event Deltas with ClickStack"
8+
doc_type: "guide"
99
---
1010

1111
import Image from '@theme/IdealImage';
@@ -55,7 +55,7 @@ Conversely, values exclusively associated with inliers can also be interesting.
5555

5656
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.
5757

58-
## Customizing the Graph {#customizing-the-graph}
58+
## Customizing the graph {#customizing-the-graph}
5959

6060
Above the graph, you'll find controls that let you customize how the heatmap is generated. As you adjust these fields, the heatmap updates in real time, allowing you to visualize and compare relationships between any measurable value and its frequency over time.
6161

@@ -79,7 +79,7 @@ You can modify these parameters to explore different dimensions of your data:
7979

8080
## Recommendations {#recommendations}
8181

82-
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).
82+
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).
8383

8484
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.
8585

0 commit comments

Comments
 (0)