Skip to content

Commit 3cd1fb2

Browse files
committed
changelogs: Add entry for dynatrace div by zero fix (envoyproxy#40290)
Changelog for envoyproxy#40220 Signed-off-by: Ryan Northey <[email protected]>
1 parent fdc9f51 commit 3cd1fb2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

changelogs/current.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ bug_fixes:
1111
- area: release
1212
change: |
1313
Container (Ubuntu/distroless) updates, and fixed permissions for distroless config directory.
14-
14+
- area: dynatrace
15+
change: |
16+
Fixed a division by zero bug in the Dynatrace sampling controller that occurred when ``total_wanted`` was less than
17+
``top_k_size``. The calculation was refactored to avoid the intermediate division that could result in zero.
1518
1619
removed_config_or_runtime:
1720
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

0 commit comments

Comments
 (0)