mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
dff5022021
* return executedString for no time column responses * remove comment
75 lines
1.5 KiB
Plaintext
75 lines
1.5 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0] {
|
|
// "typeVersion": [
|
|
// 0,
|
|
// 0
|
|
// ],
|
|
// "preferredVisualisationType": "graph",
|
|
// "executedQueryString": "Test raw query"
|
|
// }
|
|
// Name: measurements
|
|
// Dimensions: 1 Fields by 10 Rows
|
|
// +-----------------+
|
|
// | Name: Value |
|
|
// | Labels: |
|
|
// | Type: []*string |
|
|
// +-----------------+
|
|
// | cpu |
|
|
// | disk |
|
|
// | diskio |
|
|
// | kernel |
|
|
// | logs |
|
|
// | mem |
|
|
// | myMeasurement |
|
|
// | processes |
|
|
// | swap |
|
|
// | system |
|
|
// +-----------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"name": "measurements",
|
|
"meta": {
|
|
"typeVersion": [
|
|
0,
|
|
0
|
|
],
|
|
"preferredVisualisationType": "graph",
|
|
"executedQueryString": "Test raw query"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Value",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string",
|
|
"nullable": true
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
"cpu",
|
|
"disk",
|
|
"diskio",
|
|
"kernel",
|
|
"logs",
|
|
"mem",
|
|
"myMeasurement",
|
|
"processes",
|
|
"swap",
|
|
"system"
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |