From a862e8657ebfabbdc9d7bddf250bb5dc9c248567 Mon Sep 17 00:00:00 2001 From: jackshirazi Date: Tue, 11 Jul 2023 11:51:36 +0100 Subject: [PATCH] fix incorrect "same-kind" strategy default (#11169) * fix incorrect "same-kind" strategy default * Update docs/span-compression.asciidoc Co-authored-by: Alexander Wert --------- Co-authored-by: Alexander Wert --- docs/span-compression.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/span-compression.asciidoc b/docs/span-compression.asciidoc index 7d31e3849f6..74ffa75d0e3 100644 --- a/docs/span-compression.asciidoc +++ b/docs/span-compression.asciidoc @@ -52,7 +52,7 @@ The agent selects this strategy if two adjacent spans have the same: === Settings The agent has configuration settings to define upper thresholds in terms of span duration for both strategies. -For the "Same-Kind" strategy, the limit is 5 milliseconds. For the "Exact-Match" strategy, the limit is 50 milliseconds. +For the "Same-Kind" strategy, the default limit is 0 milliseconds, which means that the "Same-Kind" strategy is disabled by default. For the "Exact-Match" strategy, the default limit is 50 milliseconds. Spans with longer duration are not compressed. Please refer to the agent documentation for specifics. [float]