Skip to content

Commit

Permalink
docs: update span compression links (#6985)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4df4752)
  • Loading branch information
bmorelli25 authored and mergify-bot committed Jan 5, 2022
1 parent 4067609 commit 49e5fd8
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 @@ -61,5 +61,5 @@ Spans with longer duration are not compressed. Please refer to the agent documen

Support for span compression is available in these agents:

* Go: https://www.elastic.co/guide/en/apm/agent/go/master/configuration.html#config-span-compression-exact-match-duration[`ELASTIC_APM_SPAN_COMPRESSION_EXACT_MATCH_MAX_DURATION`], https://www.elastic.co/guide/en/apm/agent/go/master/configuration.html#config-span-compression-same-kind-duration[`ELASTIC_APM_SPAN_COMPRESSION_SAME_KIND_MAX_DURATION`]
* 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`]

0 comments on commit 49e5fd8

Please sign in to comment.