grafana_bak/pkg/tsdb/influxdb/influxql/testdata/cardinality.table.golden.jsonc
2025-04-01 10:38:02 +09:00

76 lines
1.5 KiB
JSON

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "typeVersion": [
// 0,
// 0
// ],
// "preferredVisualisationType": "table",
// "executedQueryString": "Test raw query"
// }
// Name: cpu
// Dimensions: 1 Fields by 9 Rows
// +------------------+
// | Name: count |
// | Labels: |
// | Type: []*float64 |
// +------------------+
// | 1 |
// | 1 |
// | 1 |
// | 1 |
// | 1 |
// | 1 |
// | 1 |
// | 1 |
// | 1 |
// +------------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"name": "cpu",
"meta": {
"typeVersion": [
0,
0
],
"preferredVisualisationType": "table",
"executedQueryString": "Test raw query"
},
"fields": [
{
"name": "count",
"type": "number",
"typeInfo": {
"frame": "float64",
"nullable": true
},
"config": {
"displayNameFromDS": "count"
}
}
]
},
"data": {
"values": [
[
1,
1,
1,
1,
1,
1,
1,
1,
1
]
]
}
}
]
}