Loki: add from JSON to dataframes tests (#44375)

* Loki: add from JSON to dataframes tests

* fixed wrong content-type

* added -Inf test-case
This commit is contained in:
Gábor Farkas
2022-01-27 12:43:44 +01:00
committed by GitHub
parent ea48d131ee
commit b42161a713
10 changed files with 334 additions and 13 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"status": "success",
"data": {
"resultType": "matrix",
"result": [
{
"metric": {
"level": "info",
"location": "moon",
"protocol": "http"
},
"values": [
[1643021611.9, "+Inf"],
[1643021911.9, "-Inf"]
]
}
]
}
}