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
239 lines
6.1 KiB
Plaintext
239 lines
6.1 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0] {
|
|
// "typeVersion": [
|
|
// 0,
|
|
// 0
|
|
// ]
|
|
// }
|
|
// Name: system
|
|
// Dimensions: 2 Fields by 3 Rows
|
|
// +-----------------------------------------+-----------------------+
|
|
// | Name: Time | Name: load1 |
|
|
// | Labels: | Labels: host=hostname |
|
|
// | Type: []*time.Time | Type: []*float64 |
|
|
// +-----------------------------------------+-----------------------+
|
|
// | 2020-05-05 18:38:50 +0000 UTC | null |
|
|
// | 2020-05-05 18:39:00 +0000 UTC | 3.56 |
|
|
// | 2020-05-05 19:38:47.207881833 +0000 UTC | null |
|
|
// +-----------------------------------------+-----------------------+
|
|
//
|
|
//
|
|
//
|
|
// Frame[1]
|
|
// Name: system
|
|
// Dimensions: 2 Fields by 4 Rows
|
|
// +-----------------------------------------+-----------------------+
|
|
// | Name: Time | Name: load15 |
|
|
// | Labels: | Labels: host=hostname |
|
|
// | Type: []*time.Time | Type: []*float64 |
|
|
// +-----------------------------------------+-----------------------+
|
|
// | 2020-05-05 18:38:50 +0000 UTC | null |
|
|
// | 2020-05-05 18:39:00 +0000 UTC | 2.51 |
|
|
// | 2020-05-05 19:38:40 +0000 UTC | 1.74 |
|
|
// | 2020-05-05 19:38:47.207881833 +0000 UTC | null |
|
|
// +-----------------------------------------+-----------------------+
|
|
//
|
|
//
|
|
//
|
|
// Frame[2]
|
|
// Name: system
|
|
// Dimensions: 2 Fields by 10 Rows
|
|
// +-----------------------------------------+-----------------------+
|
|
// | Name: Time | Name: load5 |
|
|
// | Labels: | Labels: host=hostname |
|
|
// | Type: []*time.Time | Type: []*float64 |
|
|
// +-----------------------------------------+-----------------------+
|
|
// | 2020-05-05 18:38:50 +0000 UTC | null |
|
|
// | 2020-05-05 18:39:00 +0000 UTC | 3.14 |
|
|
// | 2020-05-05 18:39:10 +0000 UTC | 3.04 |
|
|
// | 2020-05-05 19:37:50 +0000 UTC | 1.8 |
|
|
// | 2020-05-05 19:38:00 +0000 UTC | 1.76 |
|
|
// | 2020-05-05 19:38:10 +0000 UTC | 1.75 |
|
|
// | 2020-05-05 19:38:20 +0000 UTC | 1.71 |
|
|
// | 2020-05-05 19:38:30 +0000 UTC | 1.77 |
|
|
// | 2020-05-05 19:38:40 +0000 UTC | 1.71 |
|
|
// | 2020-05-05 19:38:47.207881833 +0000 UTC | null |
|
|
// +-----------------------------------------+-----------------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"name": "system",
|
|
"meta": {
|
|
"typeVersion": [
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time",
|
|
"nullable": true
|
|
}
|
|
},
|
|
{
|
|
"name": "load1",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64",
|
|
"nullable": true
|
|
},
|
|
"labels": {
|
|
"host": "hostname"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1588703930000,
|
|
1588703940000,
|
|
1588707527207
|
|
],
|
|
[
|
|
null,
|
|
3.56,
|
|
null
|
|
]
|
|
],
|
|
"nanos": [
|
|
[
|
|
0,
|
|
0,
|
|
881833
|
|
],
|
|
null
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"schema": {
|
|
"name": "system",
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time",
|
|
"nullable": true
|
|
}
|
|
},
|
|
{
|
|
"name": "load15",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64",
|
|
"nullable": true
|
|
},
|
|
"labels": {
|
|
"host": "hostname"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1588703930000,
|
|
1588703940000,
|
|
1588707520000,
|
|
1588707527207
|
|
],
|
|
[
|
|
null,
|
|
2.51,
|
|
1.74,
|
|
null
|
|
]
|
|
],
|
|
"nanos": [
|
|
[
|
|
0,
|
|
0,
|
|
0,
|
|
881833
|
|
],
|
|
null
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"schema": {
|
|
"name": "system",
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time",
|
|
"nullable": true
|
|
}
|
|
},
|
|
{
|
|
"name": "load5",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64",
|
|
"nullable": true
|
|
},
|
|
"labels": {
|
|
"host": "hostname"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1588703930000,
|
|
1588703940000,
|
|
1588703950000,
|
|
1588707470000,
|
|
1588707480000,
|
|
1588707490000,
|
|
1588707500000,
|
|
1588707510000,
|
|
1588707520000,
|
|
1588707527207
|
|
],
|
|
[
|
|
null,
|
|
3.14,
|
|
3.04,
|
|
1.8,
|
|
1.76,
|
|
1.75,
|
|
1.71,
|
|
1.77,
|
|
1.71,
|
|
null
|
|
]
|
|
],
|
|
"nanos": [
|
|
[
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
881833
|
|
],
|
|
null
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |