mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
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
72 lines
1.6 KiB
Plaintext
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
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |