Skip to content

Commit

Permalink
docs: update span compression links (#9290) (#9333)
Browse files Browse the repository at this point in the history
* docs: update span compression compat

* Update docs/span-compression.asciidoc

* fix doc build

(cherry picked from commit 7d25c9a)

Co-authored-by: Brandon Morelli <[email protected]>
  • Loading branch information
mergify[bot] and bmorelli25 authored Oct 13, 2022
1 parent 513466c commit 6ca2c95
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions docs/span-compression.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,28 @@ Spans with longer duration are not compressed. Please refer to the agent documen

Support for span compression is available in these agents:

* Go: {apm-go-ref}/configuration.html#config-span-compression-exact-match-duration[`ELASTIC_APM_SPAN_COMPRESSION_EXACT_MATCH_MAX_DURATION`], {apm-go-ref}/configuration.html#config-span-compression-same-kind-duration[`ELASTIC_APM_SPAN_COMPRESSION_SAME_KIND_MAX_DURATION`]
* Python: {apm-py-ref}/configuration.html#config-span-compression-exact-match-max_duration[`span_compression_exact_match_max_duration`], {apm-py-ref}/configuration.html#config-span-compression-same-kind-max-duration[`span_compression_same_kind_max_duration`]
[options="header"]
|====
| Agent | Same-kind config | Exact-match config
| **Go agent**
| {apm-go-ref-v}/configuration.html#config-span-compression-same-kind-duration[`ELASTIC_APM_SPAN_COMPRESSION_SAME_KIND_MAX_DURATION`]
| {apm-go-ref-v}/configuration.html#config-span-compression-exact-match-duration[`ELASTIC_APM_SPAN_COMPRESSION_EXACT_MATCH_MAX_DURATION`]
| **Java agent**
| {apm-java-ref-v}/config-huge-traces.html#config-span-compression-same-kind-max-duration[`span_compression_same_kind_max_duration`]
| {apm-java-ref-v}/config-huge-traces.html#config-span-compression-exact-match-max-duration[`span_compression_exact_match_max_duration`]
| **.NET agent**
| {apm-dotnet-ref-v}/config-core.html#config-span-compression-same-kind-max-duration[`SpanCompressionSameKindMaxDuration`]
| {apm-dotnet-ref-v}/config-core.html#config-span-compression-exact-match-max-duration[`SpanCompressionExactMatchMaxDuration`]
| **Node.js agent**
| {apm-node-ref-v}/configuration.html#span-compression-same-kind-max-duration[`spanCompressionSameKindMaxDuration`]
| {apm-node-ref-v}/configuration.html#span-compression-exact-match-max-duration[`spanCompressionExactMatchMaxDuration`]
// | **PHP agent**
// | {apm-php-ref-v}[``]
// | {apm-php-ref-v}[``]
| **Python agent**
| {apm-py-ref-v}/configuration.html#config-span-compression-same-kind-max-duration[`span_compression_same_kind_max_duration`]
| {apm-py-ref-v}/configuration.html#config-span-compression-exact-match-max_duration[`span_compression_exact_match_max_duration`]
// | **Ruby agent**
// | {apm-ruby-ref-v}[``]
// | {apm-ruby-ref-v}[``]
|====

0 comments on commit 6ca2c95

Please sign in to comment.