SpanId and traceId always zeroes #9475
-
Hello
will generate valid trace id and span id, but only for the system logs, everything that is logged within application itself do not contains.
Have no clue what I am doing wrong. Debugging couple of days already |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hi @maxim-badarau-m10! I'd recommend opening issue in If you are looking for something similar in this repository, I'd recommend https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/spring/spring-boot-autoconfigure (or possibly the opentelemetry java agent if you just want the easiest way to onboard to opentelemetry) |
Beta Was this translation helpful? Give feedback.
hi @maxim-badarau-m10! I'd recommend opening issue in
micrometer-tracing-bridge-otel
for help with that library.If you are looking for something similar in this repository, I'd recommend https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/spring/spring-boot-autoconfigure (or possibly the opentelemetry java agent if you just want the easiest way to onboard to opentelemetry)