Replies: 2 comments
-
The configuration in JS is sending data using winston-specific format, while OpenTelemetry Collector expects OTLP Logs. I believe OTLP Logs are not supported yet in JS, but it's best to ask there |
Beta Was this translation helpful? Give feedback.
0 replies
-
it works for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to send application logs to the otel collector over HTTP,
this is how i'm setting up by log ransport with winston
I have an otel collector running locally with the following configuration
but when i run this with my application, and check the traces in jaeger, i see that wherever i'm trying to send the logs, i get an error
My server which is trying to send the logs is running on 3001. Can any one tell me what i'm doing wrong ?
Beta Was this translation helpful? Give feedback.
All reactions