Files
grafana/pkg/tsdb/prometheus/testdata/range_infinity.result.json
T
Grot (@grafanabot)andGábor Farkas c76acbadd6 Prometheus: add tests covering the prometheus-response to dataframes conversion (#43892) (#44023)
* prometheus: add tests covering prometheus_response to grafana_dataframes

* fixed variable name

* added comment

* removed not-helping function call

(cherry picked from commit 4a88b8f66c)

Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
2022-01-14 09:47:08 +01:00

17 lines
256 B
JSON

{
"status": "success",
"data": {
"resultType": "matrix",
"result": [
{
"metric": {},
"values": [
[1641889530, "+Inf"],
[1641889531, "+Inf"],
[1641889532, "+Inf"]
]
}
]
}
}