mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
116 lines
2.3 KiB
JSON
116 lines
2.3 KiB
JSON
{
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"meta": {
|
|
"custom": {
|
|
"resultType": "exemplar"
|
|
}
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
}
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64"
|
|
},
|
|
"labels": {
|
|
"__name__": "test_exemplar_metric_total",
|
|
"instance": "localhost:8090",
|
|
"job": "prometheus",
|
|
"service": "bar"
|
|
}
|
|
},
|
|
{
|
|
"name": "traceID",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string"
|
|
}
|
|
},
|
|
{
|
|
"name": "a",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1600096945479
|
|
],
|
|
[
|
|
6
|
|
],
|
|
[
|
|
"EpTxMJ40fUus7aGY"
|
|
],
|
|
[
|
|
"not in next"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"schema": {
|
|
"meta": {
|
|
"custom": {
|
|
"resultType": "exemplar"
|
|
}
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
}
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64"
|
|
},
|
|
"labels": {
|
|
"__name__": "test_exemplar_metric_total",
|
|
"instance": "localhost:8090",
|
|
"job": "prometheus",
|
|
"service": "foo"
|
|
}
|
|
},
|
|
{
|
|
"name": "traceID",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1600096955479,1600096965489
|
|
],
|
|
[
|
|
19,20
|
|
],
|
|
[
|
|
"Olp9XHlq763ccsfa","hCtjygkIHwAN9vs4"
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |