Skip to content

Commit 7616305

Browse files
Apply suggestions from code review
Co-authored-by: Mike Shi <mike@hyperdx.io>
1 parent 23ee3a7 commit 7616305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import event_deltas_outliers from '@site/static/images/use-cases/observability/e
1717
import event_deltas_separation from '@site/static/images/use-cases/observability/event_deltas_separation.png';
1818
import event_deltas_inappropriate from '@site/static/images/use-cases/observability/event_deltas_inappropriate.png';
1919

20-
Event Deltas in ClickStack are a trace-focused feature that automatically analyzes the properties of traces to uncover what changed when performance regresses. By comparing the latency distributions of normal versus slow traces within a corpus, ClickStack highlights which attributes are most responsible for the difference - whether that's a new deployment version, a specific endpoint, or a particular user ID.
20+
Event Deltas in ClickStack are a trace-focused feature that automatically analyzes the properties of traces to uncover what changed when performance regresses. By comparing the latency distributions of normal versus slow traces within a corpus, ClickStack highlights which attributes are most correlated with the difference - whether that's a new deployment version, a specific endpoint, or a particular user ID.
2121

2222
Instead of manually sifting through trace data, event deltas surface the key properties driving differences in latency between two subsets of data, making it far easier to diagnose regressions and pinpoint root causes. This feature allows you to visualize raw traces and immediately see the factors influencing performance shifts, accelerating incident response, and reducing mean time to resolution.
2323

0 commit comments

Comments
 (0)