mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* Initial GCM schema work - Split types for convenience - Update conditionals where needed - Update type references * Add additional supporting types * Add some more accessory and legacy types * Add missing type * Rename backend folder * Add missing generated file * Review
40 lines
754 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|