grafana/pkg/tsdb/loki/testdata_metric_dataplane/matrix_gap.json
Gábor Farkas 531caec602
Loki: Add feature flag to enable dataplane-compliant metric frames (#66017)
* loki: add feature flag to enable dataplane-compatible metric frames

* linter fix
2023-04-13 15:07:08 +02:00

20 lines
364 B
JSON

{
"status": "success",
"data": {
"resultType": "matrix",
"result": [
{
"metric": {},
"values": [
[1643014453.815, "50"],
[1643014753.815, "57"],
[1643015053.815, "55"],
[1643016853.815, "54"],
[1643017153.815, "55"],
[1643017453.815, "56"]
]
}
]
}
}