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:
+19
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"status": "success",
|
||||
"data": {
|
||||
"resultType": "matrix",
|
||||
"result": [
|
||||
{
|
||||
"metric": {
|
||||
"level": "info",
|
||||
"location": "moon",
|
||||
"protocol": "http"
|
||||
},
|
||||
"values": [
|
||||
[1643021611.9, "+Inf"],
|
||||
[1643021911.9, "-Inf"]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user