grafana/pkg/tsdb/loki/testdata/vector_simple.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

139 lines
3.6 KiB
Plaintext

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "type": "timeseries-multi",
// "typeVersion": [
// 0,
// 0
// ],
// "executedQueryString": "Expr: query1"
// }
// Name: {level="error", location="moon"}
// Dimensions: 2 Fields by 1 Rows
// +-------------------------------+------------------------------------+
// | Name: Time | Name: Value |
// | Labels: | Labels: level=error, location=moon |
// | Type: []time.Time | Type: []float64 |
// +-------------------------------+------------------------------------+
// | 2022-02-16 16:41:39 +0000 UTC | 23 |
// +-------------------------------+------------------------------------+
//
//
//
// Frame[1] {
// "type": "timeseries-multi",
// "typeVersion": [
// 0,
// 0
// ],
// "executedQueryString": "Expr: query1"
// }
// Name: {level="info", location="moon"}
// Dimensions: 2 Fields by 1 Rows
// +-------------------------------+-----------------------------------+
// | Name: Time | Name: Value |
// | Labels: | Labels: level=info, location=moon |
// | Type: []time.Time | Type: []float64 |
// +-------------------------------+-----------------------------------+
// | 2022-02-16 16:41:39 +0000 UTC | 47 |
// +-------------------------------+-----------------------------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"name": "{level=\"error\", location=\"moon\"}",
"meta": {
"type": "timeseries-multi",
"typeVersion": [
0,
0
],
"executedQueryString": "Expr: query1"
},
"fields": [
{
"name": "Time",
"type": "time",
"typeInfo": {
"frame": "time.Time"
}
},
{
"name": "Value",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"level": "error",
"location": "moon"
},
"config": {
"displayNameFromDS": "{level=\"error\", location=\"moon\"}"
}
}
]
},
"data": {
"values": [
[
1645029699000
],
[
23
]
]
}
},
{
"schema": {
"name": "{level=\"info\", location=\"moon\"}",
"meta": {
"type": "timeseries-multi",
"typeVersion": [
0,
0
],
"executedQueryString": "Expr: query1"
},
"fields": [
{
"name": "Time",
"type": "time",
"typeInfo": {
"frame": "time.Time"
}
},
{
"name": "Value",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"level": "info",
"location": "moon"
},
"config": {
"displayNameFromDS": "{level=\"info\", location=\"moon\"}"
}
}
]
},
"data": {
"values": [
[
1645029699000
],
[
47
]
]
}
}
]
}