grafana_bak/pkg/tsdb/azuremonitor/testdata/applicationinsights/1-application-insights-response-raw-query.json
2025-04-01 10:38:02 +09:00

28 lines
416 B
JSON

{
"tables": [
{
"name": "PrimaryResult",
"columns": [
{
"name": "timestamp",
"type": "datetime"
},
{
"name": "value",
"type": "int"
}
],
"rows": [
[
"2019-09-13T01:02:03.456789Z",
1
],
[
"2019-09-13T02:02:03.456789Z",
2
]
]
}
]
}