loki: fix bug in labels framing (#51015) (#51029)

(cherry picked from commit fd63ed540f)

Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2022-06-17 07:09:06 -04:00
committed by GitHub
parent efbbd64253
commit ffb381144c
8 changed files with 330 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"status": "success",
"data": {
"resultType": "streams",
"result": [
{
"stream": { "__error__": "LogfmtParserErr", "place": "moon" },
"values": [
["1655448591000000000", "\"hello1"],
["1655448594000000000", "\"hello4"]
]
},
{
"stream": {
"place": "moon",
"text": "hello3"
},
"values": [["1655448592000000000", "text=hello2"]]
},
{
"stream": {
"place": "moon",
"text": "hello4"
},
"values": [["1655448593000000000", "text=hello3"]]
}
]
}
}