You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue if I want to use the standardized JSON formatting that is supported by Loki:
"streams": [
{
"stream": {
"label": "value"
},
"values": [
[ "<unix epoch in nanoseconds>", "<log line>" ],
[ "<unix epoch in nanoseconds>", "<log line>" ]
]
}
]
}```
Since there is a `"logs":` in your file, it will always have the parent level object of this JSON output be "logs" and not "streams".
The text was updated successfully, but these errors were encountered:
loglevel-plugin-remote/src/remote.js
Line 272 in ce3c810
There is an issue if I want to use the standardized JSON formatting that is supported by Loki:
The text was updated successfully, but these errors were encountered: