Skip to content

Commit

Permalink
add summary metrics to the integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Apr 28, 2022
1 parent 998fa0c commit df2c3f9
Show file tree
Hide file tree
Showing 2 changed files with 411 additions and 89 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,24 +104,6 @@
"value":{
"stringValue":"13"
}
},
{
"key":"telemetry_sdk_language",
"value":{
"stringValue":"go"
}
},
{
"key":"telemetry_sdk_name",
"value":{
"stringValue":"opentelemetry"
}
},
{
"key":"telemetry_sdk_version",
"value":{
"stringValue":"1.6.2"
}
}
],
"timeUnixNano":"1649443516286000000",
Expand Down Expand Up @@ -152,24 +134,6 @@
"value":{
"stringValue":"10"
}
},
{
"key":"telemetry_sdk_language",
"value":{
"stringValue":"go"
}
},
{
"key":"telemetry_sdk_name",
"value":{
"stringValue":"opentelemetry"
}
},
{
"key":"telemetry_sdk_version",
"value":{
"stringValue":"1.6.2"
}
}
],
"timeUnixNano":"1649443516286000000",
Expand All @@ -189,24 +153,6 @@
"value":{
"stringValue":"13"
}
},
{
"key":"telemetry_sdk_language",
"value":{
"stringValue":"go"
}
},
{
"key":"telemetry_sdk_name",
"value":{
"stringValue":"opentelemetry"
}
},
{
"key":"telemetry_sdk_version",
"value":{
"stringValue":"1.6.2"
}
}
],
"startTimeUnixNano":"1649443516286000000",
Expand Down Expand Up @@ -256,24 +202,6 @@
"value":{
"stringValue":"10"
}
},
{
"key":"telemetry_sdk_language",
"value":{
"stringValue":"go"
}
},
{
"key":"telemetry_sdk_name",
"value":{
"stringValue":"opentelemetry"
}
},
{
"key":"telemetry_sdk_version",
"value":{
"stringValue":"1.6.2"
}
}
],
"startTimeUnixNano":"1649443516286000000",
Expand Down Expand Up @@ -302,6 +230,87 @@
"aggregationTemporality":"AGGREGATION_TEMPORALITY_CUMULATIVE"
}
},
{
"name":"ex_com_three",
"summary":{
"dataPoints":[
{
"attributes":[
{
"key":"ex_com_lemons",
"value":{
"stringValue":"13"
}
}
],
"startTimeUnixNano":"1649443516286000000",
"timeUnixNano":"1649443516286000000",
"count":"1",
"sum":2,
"quantile_values": [
{
"quantile": 0.5,
"value": 10.2
},
{
"quantile": 0.75,
"value": 25.5
},
{
"quantile": 0.9,
"value": 100.2
}
]
},
{
"attributes":[
{
"key":"A",
"value":{
"stringValue":"1"
}
},
{
"key":"B",
"value":{
"stringValue":"2"
}
},
{
"key":"C",
"value":{
"stringValue":"3"
}
},
{
"key":"ex_com_lemons",
"value":{
"stringValue":"10"
}
}
],
"startTimeUnixNano":"1649443516286000000",
"timeUnixNano":"1649443516286000000",
"count":"2",
"sum":14,
"quantile_values": [
{
"quantile": 0.5,
"value": 9.3
},
{
"quantile": 0.75,
"value": 12.4
},
{
"quantile": 0.9,
"value": 300.2
}
]
}
]
}
},
{
"name":"up",
"description":"The scraping was successful",
Expand Down
Loading

0 comments on commit df2c3f9

Please sign in to comment.