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

337 lines
6.0 KiB
JSON

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "typeVersion": [
// 0,
// 0
// ],
// "preferredVisualisationType": "graph",
// "executedQueryString": "SHOW TAG VALUES CARDINALITY with key = \"host\""
// }
// Name: cpu
// Dimensions: 1 Fields by 1 Rows
// +-----------------+
// | Name: Value |
// | Labels: |
// | Type: []*string |
// +-----------------+
// | 1 |
// +-----------------+
//
//
//
// Frame[1]
// Name: disk
// Dimensions: 1 Fields by 1 Rows
// +-----------------+
// | Name: Value |
// | Labels: |
// | Type: []*string |
// +-----------------+
// | 1 |
// +-----------------+
//
//
//
// Frame[2]
// Name: diskio
// Dimensions: 1 Fields by 1 Rows
// +-----------------+
// | Name: Value |
// | Labels: |
// | Type: []*string |
// +-----------------+
// | 1 |
// +-----------------+
//
//
//
// Frame[3]
// Name: kernel
// Dimensions: 1 Fields by 1 Rows
// +-----------------+
// | Name: Value |
// | Labels: |
// | Type: []*string |
// +-----------------+
// | 1 |
// +-----------------+
//
//
//
// Frame[4]
// Name: logs
// Dimensions: 1 Fields by 1 Rows
// +-----------------+
// | Name: Value |
// | Labels: |
// | Type: []*string |
// +-----------------+
// | 1 |
// +-----------------+
//
//
//
// Frame[5]
// Name: mem
// Dimensions: 1 Fields by 1 Rows
// +-----------------+
// | Name: Value |
// | Labels: |
// | Type: []*string |
// +-----------------+
// | 1 |
// +-----------------+
//
//
//
// Frame[6]
// Name: processes
// Dimensions: 1 Fields by 1 Rows
// +-----------------+
// | Name: Value |
// | Labels: |
// | Type: []*string |
// +-----------------+
// | 1 |
// +-----------------+
//
//
//
// Frame[7]
// Name: swap
// Dimensions: 1 Fields by 1 Rows
// +-----------------+
// | Name: Value |
// | Labels: |
// | Type: []*string |
// +-----------------+
// | 1 |
// +-----------------+
//
//
//
// Frame[8]
// Name: system
// Dimensions: 1 Fields by 1 Rows
// +-----------------+
// | Name: Value |
// | Labels: |
// | Type: []*string |
// +-----------------+
// | 1 |
// +-----------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"name": "cpu",
"meta": {
"typeVersion": [
0,
0
],
"preferredVisualisationType": "graph",
"executedQueryString": "SHOW TAG VALUES CARDINALITY with key = \"host\""
},
"fields": [
{
"name": "Value",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
}
}
]
},
"data": {
"values": [
[
"1"
]
]
}
},
{
"schema": {
"name": "disk",
"fields": [
{
"name": "Value",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
}
}
]
},
"data": {
"values": [
[
"1"
]
]
}
},
{
"schema": {
"name": "diskio",
"fields": [
{
"name": "Value",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
}
}
]
},
"data": {
"values": [
[
"1"
]
]
}
},
{
"schema": {
"name": "kernel",
"fields": [
{
"name": "Value",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
}
}
]
},
"data": {
"values": [
[
"1"
]
]
}
},
{
"schema": {
"name": "logs",
"fields": [
{
"name": "Value",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
}
}
]
},
"data": {
"values": [
[
"1"
]
]
}
},
{
"schema": {
"name": "mem",
"fields": [
{
"name": "Value",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
}
}
]
},
"data": {
"values": [
[
"1"
]
]
}
},
{
"schema": {
"name": "processes",
"fields": [
{
"name": "Value",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
}
}
]
},
"data": {
"values": [
[
"1"
]
]
}
},
{
"schema": {
"name": "swap",
"fields": [
{
"name": "Value",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
}
}
]
},
"data": {
"values": [
[
"1"
]
]
}
},
{
"schema": {
"name": "system",
"fields": [
{
"name": "Value",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
}
}
]
},
"data": {
"values": [
[
"1"
]
]
}
}
]
}