How to configure manual instrumentation to use the logger providers used by automatic instrumentation?
I’m learning OpenTelemetry hands-on by trying to incorporate manual instrumentation in my webapp to complement the automatic instrumentation provided by the Java agent. I have a question regarding the logger provider.
Opentelemetry in java
How can i enable opentelemetry in java app. Looking for auto instrumentation. Below is my Dockerfile.
Detailed step view would be appreciated.