mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -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
78 lines
1.8 KiB
Plaintext
78 lines
1.8 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0] {
|
|
// "typeVersion": [
|
|
// 0,
|
|
// 0
|
|
// ]
|
|
// }
|
|
// Name: test
|
|
// Dimensions: 2 Fields by 2 Rows
|
|
// +-----------------------------------------+-------------------------+
|
|
// | Name: Time | Name: f |
|
|
// | Labels: | Labels: a=1, b=adsfasdf |
|
|
// | Type: []*time.Time | Type: []*float64 |
|
|
// +-----------------------------------------+-------------------------+
|
|
// | 2020-02-18 10:34:08.135814545 +0000 UTC | 1.4 |
|
|
// | 2020-02-18 22:08:44.850214724 +0000 UTC | 6.6 |
|
|
// +-----------------------------------------+-------------------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"name": "test",
|
|
"meta": {
|
|
"typeVersion": [
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time",
|
|
"nullable": true
|
|
}
|
|
},
|
|
{
|
|
"name": "f",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64",
|
|
"nullable": true
|
|
},
|
|
"labels": {
|
|
"a": "1",
|
|
"b": "adsfasdf"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1582022048135,
|
|
1582063724850
|
|
],
|
|
[
|
|
1.4,
|
|
6.6
|
|
]
|
|
],
|
|
"nanos": [
|
|
[
|
|
814545,
|
|
214724
|
|
],
|
|
null
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |