We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33adb7d commit d5f877eCopy full SHA for d5f877e
CHANGELOG.asciidoc
@@ -42,6 +42,7 @@ endif::[]
42
===== Bug fixes
43
44
* fix compatibility issues with httpx 0.21 {pull}1403[#1403]
45
+* fix `span_compression_exact_match_max_duration` default value {pull}1407[#1407]
46
47
[[release-notes-6.x]]
48
=== Python Agent version 6.x
elasticapm/conf/__init__.py
@@ -580,7 +580,7 @@ class Config(_ConfigBase):
580
)
581
span_compression_exact_match_max_duration = _ConfigValue(
582
"span_compression_exact_match_max_duration",
583
- default=5,
+ default=50,
584
validators=[duration_validator],
585
type=int,
586
0 commit comments