grafana_bak/pkg/tsdb/azuremonitor/testdata/loganalytics/8-log-analytics-response-nan-inf.json
2025-04-01 10:38:02 +09:00

29 lines
472 B
JSON

{
"tables": [
{
"name": "PrimaryResult",
"columns": [
{
"name": "XInf",
"type": "real"
},
{
"name": "XInfNeg",
"type": "real"
},
{
"name": "XNan",
"type": "real"
}
],
"rows": [
[
"Infinity",
"-Infinity",
"NaN"
]
]
}
]
}