Skip to content

Commit

Permalink
Update configuration.asciidoc (#1379)
Browse files Browse the repository at this point in the history
Update doc to changes in #1256

Signed-off-by: Greg Kalapos <[email protected]>
  • Loading branch information
gregkalapos authored Mar 30, 2023
1 parent 6fe379a commit d2d35d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ If this config value is set to `"none"`, then no cloud metadata will be collecte
[options="header"]
|============
| Environment | Default
| `ELASTIC_APM_SPAN_COMPRESSION_ENABLED` | `false`
| `ELASTIC_APM_SPAN_COMPRESSION_ENABLED` | `true`
|============

When enabled, the agent will attempt to compress _short_ exit spans that share the
Expand Down Expand Up @@ -723,7 +723,7 @@ exact match for compression.
[options="header"]
|============
| Environment | Default
| `ELASTIC_APM_SPAN_COMPRESSION_SAME_KIND_MAX_DURATION` | `5ms`
| `ELASTIC_APM_SPAN_COMPRESSION_SAME_KIND_MAX_DURATION` | `0ms`
|============

The maximum duration to consider for compressing sibling exit spans that are of
Expand Down

0 comments on commit d2d35d3

Please sign in to comment.