Skip to content

Commit

Permalink
fix incorrect "same-kind" strategy default (#11169)
Browse files Browse the repository at this point in the history
* fix incorrect "same-kind" strategy default

* Update docs/span-compression.asciidoc

Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com>

---------

Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com>
  • Loading branch information
jackshirazi and AlexanderWert authored Jul 11, 2023
1 parent c51cd3d commit a862e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/span-compression.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a862e86

Please sign in to comment.