loki: generate dataplane-compliant logs dataframes (behind feature flag) (#69909)

* add feature flag

* prepare tests

* enable dataplane-format in loki-backend
This commit is contained in:
Gábor Farkas
2023-07-13 09:58:00 +02:00
committed by GitHub
parent 9990d5025d
commit e045860fbf
57 changed files with 4435 additions and 23 deletions
@@ -0,0 +1,25 @@
{
"status": "success",
"data": {
"resultType": "matrix",
"result": [
{
"metric": {
"level": "info",
"location": "moon",
"protocol": "http"
},
"values": [
[1643021611.1, "+Inf"],
[1643021911.2, "-Inf"],
[1643021611.3, "+Infinity"],
[1643021911.4, "-Infinity"],
[1643021611.5, "+inf"],
[1643021911.6, "-infinity"],
[1643021611.7, "+iNf"],
[1643021911.8, "-INfInItY"]
]
}
]
}
}