Skip to content

Commit 189e5de

Browse files
songy23tigrannajaryan
authored andcommitted
Fix the incorrect histogram example in metrics.json
There are 2 buckets (-inf, 1), [1, +inf) but 3 bucket counts.
1 parent f674adf commit 189e5de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/metrics.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@
8181
{
8282
"startTimeUnixNano": 1544712660300000000,
8383
"timeUnixNano": 1544712660300000000,
84-
"count": 3,
85-
"sum": 3,
86-
"bucketCounts": [1,1,1],
84+
"count": 2,
85+
"sum": 2,
86+
"bucketCounts": [1,1],
8787
"explicitBounds": [1],
88-
"min": 1,
88+
"min": 0,
8989
"max": 1,
9090
"attributes": [
9191
{

0 commit comments

Comments
 (0)