grafana/pkg/tsdb/influxdb/flux/testdata/table.golden.jsonc
Kyle Brandt 6c6427e63f
Chore: Use latest go-sdk (v0.158.0) (#66054)
SDK release notes:
* Logs contract: ignore remaining fields by @gabor in #659
* Logs contract: more robust field finding, explicit approach by @gabor in #660
* Tracing: Support multiple OTel propagators by @xnyo in #663
* Tracing: Add more details to HTTP Outgoing Request by @xnyo in #664
* Data: Encode Nanosecond into JSON by @kylebrandt in #647
* Data: cmp tests using FrameTestCompareOptions() will no longer ignore time differences beyond millisecond resolution
2023-04-05 21:00:31 +03:00

72 lines
1.6 KiB
Plaintext

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "typeVersion": [
// 0,
// 0
// ]
// }
// Name:
// Dimensions: 2 Fields by 1 Rows
// +---------------------------------------+-------------------------+
// | Name: Time | Name: Value |
// | Labels: | Labels: table=something |
// | Type: []*time.Time | Type: []*int64 |
// +---------------------------------------+-------------------------+
// | 2021-02-05 14:03:04.7009051 +0000 UTC | 42 |
// +---------------------------------------+-------------------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"meta": {
"typeVersion": [
0,
0
]
},
"fields": [
{
"name": "Time",
"type": "time",
"typeInfo": {
"frame": "time.Time",
"nullable": true
}
},
{
"name": "Value",
"type": "number",
"typeInfo": {
"frame": "int64",
"nullable": true
},
"labels": {
"table": "something"
}
}
]
},
"data": {
"values": [
[
1612533784700
],
[
42
]
],
"nanos": [
[
905100
],
null
]
}
}
]
}