grafana/pkg/tsdb/influxdb/flux/testdata/buckets.golden.jsonc
Kyle Brandt 52ed297ed5
Backend: Use latest plugin-sdk-go v0.149.1 (#63498)
Use latest github.com/grafana/grafana-plugin-sdk-go which includes changes to the TypeVersion property (always present in JSON).

Also included is squtil changes: SQL util - allow using the database scan type for converters
2023-02-21 09:06:15 -05:00

107 lines
3.5 KiB
Plaintext

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "typeVersion": [
// 0,
// 0
// ]
// }
// Name:
// Dimensions: 4 Fields by 3 Rows
// +-----------------------------------------+-----------------------------------------+-----------------------------------------+-----------------------------------------+
// | Name: name | Name: id | Name: retentionPolicy | Name: retentionPeriod |
// | Labels: organizationID=059b46a59abab000 | Labels: organizationID=059b46a59abab000 | Labels: organizationID=059b46a59abab000 | Labels: organizationID=059b46a59abab000 |
// | Type: []*string | Type: []*string | Type: []*string | Type: []*int64 |
// +-----------------------------------------+-----------------------------------------+-----------------------------------------+-----------------------------------------+
// | grafana | 059b46a59abab001 | null | 604800000000000 |
// | _tasks | 059b46a59abab002 | null | 259200000000000 |
// | _monitoring | 059b46a59abab003 | null | 604800000000000 |
// +-----------------------------------------+-----------------------------------------+-----------------------------------------+-----------------------------------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"meta": {
"typeVersion": [
0,
0
]
},
"fields": [
{
"name": "name",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
},
"labels": {
"organizationID": "059b46a59abab000"
}
},
{
"name": "id",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
},
"labels": {
"organizationID": "059b46a59abab000"
}
},
{
"name": "retentionPolicy",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
},
"labels": {
"organizationID": "059b46a59abab000"
}
},
{
"name": "retentionPeriod",
"type": "number",
"typeInfo": {
"frame": "int64",
"nullable": true
},
"labels": {
"organizationID": "059b46a59abab000"
}
}
]
},
"data": {
"values": [
[
"grafana",
"_tasks",
"_monitoring"
],
[
"059b46a59abab001",
"059b46a59abab002",
"059b46a59abab003"
],
[
null,
null,
null
],
[
604800000000000,
259200000000000,
604800000000000
]
]
}
}
]
}