Commit 5134f29
committed
Always include at least one value in a DogStastD metric
This commit fixes a bug in the last release. We allowed for the creation of
DogStatsD metrics that have no values associated with them with probability
1/33. We now require at least one value and do not adjust the maximum of 32.
REF SMP-527
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>1 parent 8db8624 commit 5134f29
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments