Skip to content

Commit

Permalink
3.41.1 (#3077)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Dec 21, 2022
1 parent 01effc5 commit 89b432f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
16 changes: 4 additions & 12 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,15 @@ Notes:
=== Node.js Agent version 3.x
==== Unreleased
[float]
===== Breaking changes
[float]
===== Features
[[release-notes-3.41.1]]
==== 3.41.1 2022/12/21
[float]
===== Bug fixes
* Fix a bug in span compression with sending spans that were buffered for
possible compression. Before this fix a compressible span could be sent
*twice* or not sent at all. ({pull}3076[#3076])
[float]
===== Chores
possible compression. Before this fix, in some cases a compressible span could
be sent *twice* or not sent at all. ({pull}3076[#3076])
[[release-notes-3.41.0]]
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ views.
* *Default:* `true`
* *Env:* `ELASTIC_APM_SPAN_COMPRESSION_ENABLED`

Setting this option to false will disable the span compression feature. Span compression reduces the collection, processing, and storage overhead, and removes clutter from the UI. The tradeoff is that some information, such as DB statements of all the compressed spans, will not be collected.
Setting this option to false will disable the https://www.elastic.co/guide/en/apm/guide/current/span-compression.html[Span compression] feature. Span compression reduces the collection, processing, and storage overhead, and removes clutter from the UI. The tradeoff is that some information, such as DB statements of all the compressed spans, will not be collected.

Example usage:

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elastic-apm-node",
"version": "3.41.0",
"version": "3.41.1",
"description": "The official Elastic APM agent for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 89b432f

Please sign in to comment.