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 7e84c98 commit 3fa2e64Copy full SHA for 3fa2e64
opentelemetry-proto/tests/json_serde.rs
@@ -978,11 +978,11 @@ mod json_serde {
978
],
979
"startTimeUnixNano": "1544712660300000000",
980
"timeUnixNano": "1544712660300000000",
981
- "count": 2,
+ "count": "2",
982
"sum": 2.0,
983
"bucketCounts": [
984
- 1,
985
- 1
+ "1",
+ "1"
986
987
"explicitBounds": [
988
1.0
@@ -1090,9 +1090,9 @@ mod json_serde {
1090
{
1091
1092
1093
1094
"sum": 2,
1095
- "bucketCounts": [1,1],
+ "bucketCounts": ["1","1"],
1096
"explicitBounds": [1],
1097
"min": 0,
1098
"max": 2,
0 commit comments