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 fdc9f51 commit 3cd1fb2Copy full SHA for 3cd1fb2
changelogs/current.yaml
@@ -11,7 +11,10 @@ bug_fixes:
11
- area: release
12
change: |
13
Container (Ubuntu/distroless) updates, and fixed permissions for distroless config directory.
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.
18
19
removed_config_or_runtime:
20
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
0 commit comments