From 6ca2c95dcb5e30c1e0ac52edbcbd1278ee58a8ab Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 10:23:56 -0700 Subject: [PATCH] docs: update span compression links (#9290) (#9333) * docs: update span compression compat * Update docs/span-compression.asciidoc * fix doc build (cherry picked from commit 7d25c9a123380579c5885426d479c834fbf76d37) Co-authored-by: Brandon Morelli --- docs/span-compression.asciidoc | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/docs/span-compression.asciidoc b/docs/span-compression.asciidoc index 856606f1465..7d31e3849f6 100644 --- a/docs/span-compression.asciidoc +++ b/docs/span-compression.asciidoc @@ -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`] \ No newline at end of file +[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}[``] +|====