Replies: 2 comments 11 replies
-
I'm going to move this over to the instrumentation repository where the logback appender currently lives. |
Beta Was this translation helpful? Give feedback.
9 replies
-
Am I guessing correctly that because we're using the LogstashEncoder that based on #5496 (reply in thread) is the reason why we're not getting logs being sent to OTEL Collector? Unfortunately, I just tested my hypothesis by switching back to the default CONSOLE log and it still does not show any logs in OTEL Collector debugger configured
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We are developing some Java-based microservice with Spring Boot and we would adopt the OpenTelemetry as the Observability standard.
Just for debugging, I configured the OTel collector with a File exporter:
What I noticed is that the logs arrived on the Otel Collector, aren't in the same original format. Many fields are missing:
On Otel Collector side:
Original Log:
Thank you
Beta Was this translation helpful? Give feedback.
All reactions