v1/logs not getting called from Spring Boot #5170
Unanswered
prabhu-sunderaraman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I have a otel collector service that has the following endpoint
Add from my service(Spring boot) I am trying to export application logs, but this endpoint wouldn't get invoked at all. Here's the agent arguments that I use.
-Dotel.logs.exporter=otlp -Dotel.instrumentation.grpc.enabled=false -Dotel.exporter.otlp.logs.protocol=http/protobuf --Dotel.exporter.otlp.logs.endpoint=http://localhost:4318
The service uses Sl4j library for logging.
Beta Was this translation helpful? Give feedback.
All reactions