tripnomics_7.5.5/pkg/tsdb/azuremonitor/testdata/loganalytics/5-log-analytics-response-metrics-no-value-column.json
venbatechnologies@gmail.com 91fce5c4bf Initial commit
2021-07-05 13:49:40 +05:30

32 lines
518 B
JSON

{
"tables": [
{
"name": "PrimaryResult",
"columns": [
{
"name": "TimeGenerated",
"type": "datetime"
},
{
"name": "Computer",
"type": "string"
}
],
"rows": [
[
"2020-04-19T19:16:06.5Z",
"grafana-vm"
],
[
"2020-04-19T19:16:16.5Z",
"grafana-vm"
],
[
"2020-04-19T19:16:26.5Z",
"grafana-vm"
]
]
}
]
}