Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update span compression links #9290

Merged
merged 5 commits into from
Oct 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-span-compression-same-kind-max-duration.html[`SpanCompressionSameKindMaxDuration`]
// | {apm-dotnet-ref-v}/config-span-compression-exact-match-max-duration.html[`SpanCompressionExactMatchMaxDuration`]
bmorelli25 marked this conversation as resolved.
Show resolved Hide resolved
bmorelli25 marked this conversation as resolved.
Show resolved Hide resolved
| **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}[``]
Comment on lines +79 to +81
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SergeyKleyman are there docs for this feature? I wasn't able to find a PR that matches the issue (elastic/apm-agent-php#425).

| **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}[``]
|====