grafana_bak/pkg/tsdb/cloud-monitoring/test-data/10-series-response-mql-no-labels.json
2025-04-01 10:38:02 +09:00

40 lines
754 B
JSON

{
"timeSeriesDescriptor": {
"pointDescriptors": [
{
"key": "value_utilization_sum",
"valueType": "DOUBLE",
"metricKind": "GAUGE"
}
]
},
"timeSeriesData": [
{
"pointData": [
{
"values": [
{
"int64Value": "0"
}
],
"timeInterval": {
"startTime": "2020-05-18T09:47:00Z",
"endTime": "2020-05-18T09:48:00Z"
}
},
{
"values": [
{
"int64Value": "0"
}
],
"timeInterval": {
"startTime": "2020-05-18T09:46:00Z",
"endTime": "2020-05-18T09:47:00Z"
}
}
]
}
]
}