mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
40 lines
671 B
JSON
40 lines
671 B
JSON
{
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"meta": {
|
|
"type": "timeseries-many"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
}
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string"
|
|
},
|
|
"labels": {
|
|
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1651680139104
|
|
],
|
|
[
|
|
"example"
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |