-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v6.0.2 Logs are accepted, but actually not stored in Loki #80
Comments
We ran into an issue too on one application which was using v6.0.2; basically, the issue ran as follows:
The specific error it got back from the Loki parser is "Value looks like object, but can't find closing '}' symbol", source code here: https://github.com/buger/jsonparser/blob/master/parser.go Reverting to winston-loki v6.0.1 fixed the problem. Hope this helps! |
Same here...long time user/fan. 6.0.1 works fine. 6.0.2 means no logs. |
Fixed in #82 :) |
My setup:
The JSON payload sent to Loki in v6.0.2 contains "[Object object]" instead of the actual labels payload. This was introduced by exactly this change ec82e79
The payload sent to Loki is:
There is no http error response, but these are impossible to find in grafana.
The text was updated successfully, but these errors were encountered: