grafana_bak/pkg/tsdb/influxdb/flux/testdata/without-time-column.golden.jsonc
2025-04-01 10:38:02 +09:00

295 lines
8.0 KiB
JSON

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "typeVersion": [
// 0,
// 0
// ]
// }
// Name:
// Dimensions: 2 Fields by 2 Rows
// +------------------------------------------+------------------------------------------+
// | Name: cpu | Name: host |
// | Labels: cpu=cpu-total, host=cc59eb40ad0f | Labels: cpu=cpu-total, host=cc59eb40ad0f |
// | Type: []*string | Type: []*string |
// +------------------------------------------+------------------------------------------+
// | cpu-total | cc59eb40ad0f |
// | cpu-total | cc59eb40ad0f |
// +------------------------------------------+------------------------------------------+
//
//
//
// Frame[1]
// Name:
// Dimensions: 2 Fields by 2 Rows
// +-------------------------------------+-------------------------------------+
// | Name: cpu | Name: host |
// | Labels: cpu=cpu0, host=cc59eb40ad0f | Labels: cpu=cpu0, host=cc59eb40ad0f |
// | Type: []*string | Type: []*string |
// +-------------------------------------+-------------------------------------+
// | cpu0 | cc59eb40ad0f |
// | cpu0 | cc59eb40ad0f |
// +-------------------------------------+-------------------------------------+
//
//
//
// Frame[2]
// Name:
// Dimensions: 2 Fields by 1 Rows
// +-------------------------------------+-------------------------------------+
// | Name: cpu | Name: host |
// | Labels: cpu=cpu1, host=cc59eb40ad0f | Labels: cpu=cpu1, host=cc59eb40ad0f |
// | Type: []*string | Type: []*string |
// +-------------------------------------+-------------------------------------+
// | cpu1 | cc59eb40ad0f |
// +-------------------------------------+-------------------------------------+
//
//
//
// Frame[3]
// Name:
// Dimensions: 2 Fields by 2 Rows
// +-------------------------------------+-------------------------------------+
// | Name: cpu | Name: host |
// | Labels: cpu=cpu2, host=cc59eb40ad0f | Labels: cpu=cpu2, host=cc59eb40ad0f |
// | Type: []*string | Type: []*string |
// +-------------------------------------+-------------------------------------+
// | cpu2 | cc59eb40ad0f |
// | cpu2 | cc59eb40ad0f |
// +-------------------------------------+-------------------------------------+
//
//
//
// Frame[4]
// Name:
// Dimensions: 2 Fields by 2 Rows
// +-------------------------------------+-------------------------------------+
// | Name: cpu | Name: host |
// | Labels: cpu=cpu3, host=cc59eb40ad0f | Labels: cpu=cpu3, host=cc59eb40ad0f |
// | Type: []*string | Type: []*string |
// +-------------------------------------+-------------------------------------+
// | cpu3 | cc59eb40ad0f |
// | cpu3 | cc59eb40ad0f |
// +-------------------------------------+-------------------------------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"meta": {
"typeVersion": [
0,
0
]
},
"fields": [
{
"name": "cpu",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
},
"labels": {
"cpu": "cpu-total",
"host": "cc59eb40ad0f"
}
},
{
"name": "host",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
},
"labels": {
"cpu": "cpu-total",
"host": "cc59eb40ad0f"
}
}
]
},
"data": {
"values": [
[
"cpu-total",
"cpu-total"
],
[
"cc59eb40ad0f",
"cc59eb40ad0f"
]
]
}
},
{
"schema": {
"fields": [
{
"name": "cpu",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
},
"labels": {
"cpu": "cpu0",
"host": "cc59eb40ad0f"
}
},
{
"name": "host",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
},
"labels": {
"cpu": "cpu0",
"host": "cc59eb40ad0f"
}
}
]
},
"data": {
"values": [
[
"cpu0",
"cpu0"
],
[
"cc59eb40ad0f",
"cc59eb40ad0f"
]
]
}
},
{
"schema": {
"fields": [
{
"name": "cpu",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
},
"labels": {
"cpu": "cpu1",
"host": "cc59eb40ad0f"
}
},
{
"name": "host",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
},
"labels": {
"cpu": "cpu1",
"host": "cc59eb40ad0f"
}
}
]
},
"data": {
"values": [
[
"cpu1"
],
[
"cc59eb40ad0f"
]
]
}
},
{
"schema": {
"fields": [
{
"name": "cpu",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
},
"labels": {
"cpu": "cpu2",
"host": "cc59eb40ad0f"
}
},
{
"name": "host",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
},
"labels": {
"cpu": "cpu2",
"host": "cc59eb40ad0f"
}
}
]
},
"data": {
"values": [
[
"cpu2",
"cpu2"
],
[
"cc59eb40ad0f",
"cc59eb40ad0f"
]
]
}
},
{
"schema": {
"fields": [
{
"name": "cpu",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
},
"labels": {
"cpu": "cpu3",
"host": "cc59eb40ad0f"
}
},
{
"name": "host",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
},
"labels": {
"cpu": "cpu3",
"host": "cc59eb40ad0f"
}
}
]
},
"data": {
"values": [
[
"cpu3",
"cpu3"
],
[
"cc59eb40ad0f",
"cc59eb40ad0f"
]
]
}
}
]
}