grafana/pkg/tsdb/grafana-testdata-datasource/testdata/usa-timeseries-wide.jsonc

190 lines
6.1 KiB
Plaintext

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0]
// Name:
// Dimensions: 7 Fields by 10 Rows
// +-------------------------------+------------------+------------------+------------------+------------------+------------------+------------------+
// | Name: Time | Name: foo | Name: foo | Name: foo | Name: bar | Name: bar | Name: bar |
// | Labels: | Labels: state=CA | Labels: state=OR | Labels: state=NV | Labels: state=CA | Labels: state=OR | Labels: state=NV |
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []float64 | Type: []float64 | Type: []float64 |
// +-------------------------------+------------------+------------------+------------------+------------------+------------------+------------------+
// | 2020-01-10 23:00:00 +0000 UTC | 0.7591864109 | 0.9882682601 | 0 | 0.6508732545 | -0.1527280131 | 1 |
// | 2020-01-10 23:00:01 +0000 UTC | 0.9913874643 | 0.7446917214 | 0.5458434494 | 0.1309614273 | -0.6674086005 | 0.8378871813 |
// | 2020-01-10 23:00:02 +0000 UTC | 0.9021552854 | 0.2596670347 | 0.9147104586 | -0.431411452 | -0.9656982091 | 0.4041098573 |
// | 2020-01-10 23:00:03 +0000 UTC | 0.5204212341 | -0.3095483617 | 0.9870048864 | -0.8539096785 | -0.9508837004 | -0.1606902426 |
// | 2020-01-10 23:00:04 +0000 UTC | -0.0300467234 | -0.7784002433 | 0.7392870259 | -0.9995484952 | -0.627768318 | -0.6733904463 |
// | 2020-01-10 23:00:05 +0000 UTC | -0.5707727629 | -0.99487481 | 0.2518733583 | -0.8211080641 | -0.1011143526 | -0.9677602034 |
// | 2020-01-10 23:00:06 +0000 UTC | -0.9264396396 | -0.8887854574 | -0.3172041093 | -0.3764433476 | 0.4583234781 | -0.9483572918 |
// | 2020-01-10 23:00:07 +0000 UTC | -0.9817310338 | -0.4945290734 | -0.7834358726 | 0.1902739531 | 0.8691610871 | -0.6214726329 |
// | 2020-01-10 23:00:08 +0000 UTC | -0.7187200578 | 0.0600663144 | -0.9956576407 | 0.6952995601 | 0.9981943888 | -0.0930906135 |
// | 2020-01-10 23:00:09 +0000 UTC | -0.2226816131 | 0.5951866633 | -0.8850616758 | 0.9748912242 | 0.8035874786 | 0.4654737692 |
// +-------------------------------+------------------+------------------+------------------+------------------+------------------+------------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"fields": [
{
"name": "Time",
"type": "time",
"typeInfo": {
"frame": "time.Time"
}
},
{
"name": "foo",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "CA"
}
},
{
"name": "foo",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "OR"
}
},
{
"name": "foo",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "NV"
}
},
{
"name": "bar",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "CA"
}
},
{
"name": "bar",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "OR"
}
},
{
"name": "bar",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "NV"
}
}
]
},
"data": {
"values": [
[
1578697200000,
1578697201000,
1578697202000,
1578697203000,
1578697204000,
1578697205000,
1578697206000,
1578697207000,
1578697208000,
1578697209000
],
[
0.7591864109,
0.9913874643,
0.9021552854,
0.5204212341,
-0.0300467234,
-0.5707727629,
-0.9264396396,
-0.9817310338,
-0.7187200578,
-0.2226816131
],
[
0.9882682601,
0.7446917214,
0.2596670347,
-0.3095483617,
-0.7784002433,
-0.99487481,
-0.8887854574,
-0.4945290734,
0.0600663144,
0.5951866633
],
[
0,
0.5458434494,
0.9147104586,
0.9870048864,
0.7392870259,
0.2518733583,
-0.3172041093,
-0.7834358726,
-0.9956576407,
-0.8850616758
],
[
0.6508732545,
0.1309614273,
-0.431411452,
-0.8539096785,
-0.9995484952,
-0.8211080641,
-0.3764433476,
0.1902739531,
0.6952995601,
0.9748912242
],
[
-0.1527280131,
-0.6674086005,
-0.9656982091,
-0.9508837004,
-0.627768318,
-0.1011143526,
0.4583234781,
0.8691610871,
0.9981943888,
0.8035874786
],
[
1,
0.8378871813,
0.4041098573,
-0.1606902426,
-0.6733904463,
-0.9677602034,
-0.9483572918,
-0.6214726329,
-0.0930906135,
0.4654737692
]
]
}
}
]
}