Commit a15fb11
authored
Do not bin values for distribution metrics (#17)
For summary metrics, we put values into "bins" of 1000 before entering
them into the histogram, which works well for durations in
milliseconds. For distribution, let's keep the original values, so
that we can report discrete metrics.1 parent 831948b commit a15fb11
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments