mirror of https://github.com/grafana/grafana
Chore: Return executedString information even with frames has no time column (#78906)
* return executedString for no time column responses * remove commentivana/loki-parsing-utils
parent
7cbf5ae78d
commit
dff5022021
@ -1,29 +0,0 @@ |
||||
{ |
||||
"results": [ |
||||
{ |
||||
"statement_id": 0, |
||||
"series": [ |
||||
{ |
||||
"name": "measurements", |
||||
"columns": [ |
||||
"name" |
||||
], |
||||
"values": [ |
||||
[ |
||||
"cpu" |
||||
], |
||||
[ |
||||
"disk" |
||||
], |
||||
[ |
||||
"diskio" |
||||
], |
||||
[ |
||||
"kernel" |
||||
] |
||||
] |
||||
} |
||||
] |
||||
} |
||||
] |
||||
} |
@ -1,66 +0,0 @@ |
||||
// 🌟 This was machine generated. Do not edit. 🌟 |
||||
// |
||||
// Frame[0] { |
||||
// "typeVersion": [ |
||||
// 0, |
||||
// 0 |
||||
// ], |
||||
// "preferredVisualisationType": "table", |
||||
// "executedQueryString": "Test raw query" |
||||
// } |
||||
// Name: measurements |
||||
// Dimensions: 1 Fields by 4 Rows |
||||
// +-----------------+ |
||||
// | Name: name | |
||||
// | Labels: | |
||||
// | Type: []*string | |
||||
// +-----------------+ |
||||
// | cpu | |
||||
// | disk | |
||||
// | diskio | |
||||
// | kernel | |
||||
// +-----------------+ |
||||
// |
||||
// |
||||
// 🌟 This was machine generated. Do not edit. 🌟 |
||||
{ |
||||
"status": 200, |
||||
"frames": [ |
||||
{ |
||||
"schema": { |
||||
"name": "measurements", |
||||
"meta": { |
||||
"typeVersion": [ |
||||
0, |
||||
0 |
||||
], |
||||
"preferredVisualisationType": "table", |
||||
"executedQueryString": "Test raw query" |
||||
}, |
||||
"fields": [ |
||||
{ |
||||
"name": "name", |
||||
"type": "string", |
||||
"typeInfo": { |
||||
"frame": "string", |
||||
"nullable": true |
||||
}, |
||||
"config": { |
||||
"displayNameFromDS": "name" |
||||
} |
||||
} |
||||
] |
||||
}, |
||||
"data": { |
||||
"values": [ |
||||
[ |
||||
"cpu", |
||||
"disk", |
||||
"diskio", |
||||
"kernel" |
||||
] |
||||
] |
||||
} |
||||
} |
||||
] |
||||
} |
@ -1,47 +0,0 @@ |
||||
// 🌟 This was machine generated. Do not edit. 🌟 |
||||
// |
||||
// Frame[0] |
||||
// Name: measurements |
||||
// Dimensions: 1 Fields by 4 Rows |
||||
// +----------------+ |
||||
// | Name: Value | |
||||
// | Labels: | |
||||
// | Type: []string | |
||||
// +----------------+ |
||||
// | cpu | |
||||
// | disk | |
||||
// | diskio | |
||||
// | kernel | |
||||
// +----------------+ |
||||
// |
||||
// |
||||
// 🌟 This was machine generated. Do not edit. 🌟 |
||||
{ |
||||
"status": 200, |
||||
"frames": [ |
||||
{ |
||||
"schema": { |
||||
"name": "measurements", |
||||
"fields": [ |
||||
{ |
||||
"name": "Value", |
||||
"type": "string", |
||||
"typeInfo": { |
||||
"frame": "string" |
||||
} |
||||
} |
||||
] |
||||
}, |
||||
"data": { |
||||
"values": [ |
||||
[ |
||||
"cpu", |
||||
"disk", |
||||
"diskio", |
||||
"kernel" |
||||
] |
||||
] |
||||
} |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue