grafana/pkg/tsdb/loki/testdata/vector_simple.golden.jsonc
Giuseppe Guerra 7996a1c8ad
Chore: Update grafana-plugin-sdk-go to v0.142.0 (#58115)
* Chore: Update grafana-plugin-sdk-go to v0.142.0

* Update tests and golden files for 207 status code

* Chore: Move update flag definition at the top in response_parser_test.go

* retrigger

Co-authored-by: Will Browne <will.browne@grafana.com>
2022-11-03 18:34:27 +01:00

123 lines
3.3 KiB
Plaintext

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "type": "timeseries-many",
// "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-many",
// "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-many",
"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-many",
"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
]
]
}
}
]
}