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:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"status": "success",
|
||||
"data": {
|
||||
"resultType": "matrix",
|
||||
"result": [
|
||||
{
|
||||
"metric": {
|
||||
"level": "error"
|
||||
},
|
||||
"values": [
|
||||
[1639125366.511, "0.4"],
|
||||
[1639125406.512, "0.2"],
|
||||
[1639125416.513, "0.2"],
|
||||
[1639125466.514, "0.6"]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user