mirror of https://github.com/grafana/grafana
Azure Monitor: Adapt empty Logs response (#56378)
parent
7fd613ec0d
commit
8594e648e8
@ -0,0 +1,19 @@ |
|||||||
|
{ |
||||||
|
"tables": [ |
||||||
|
{ |
||||||
|
"name": "PrimaryResult", |
||||||
|
"columns": [ |
||||||
|
{ |
||||||
|
"name": "OperationName", |
||||||
|
"type": "string" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"name": "Level", |
||||||
|
"type": "string" |
||||||
|
} |
||||||
|
], |
||||||
|
"rows": [] |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
|
||||||
Loading…
Reference in new issue