-
Notifications
You must be signed in to change notification settings - Fork 920
Open
Labels
Feature RequestSuggest an idea for this projectSuggest an idea for this project
Description
Is your feature request related to a problem? Please describe.
This log line is emitted:
AutoConfiguredOpenTelemetrySdk found on classpath but automatic configuration is disabled. To enable, run your JVM with -Dotel.java.global-autoconfigure.enabled=true.
It's caused by the SDK (not the user) and is thus not actionable.
Cause:
Line 49 in f89fc05
| private Supplier<MeterProvider> meterProviderSupplier = GlobalOpenTelemetry::getMeterProvider; |
Describe the solution you'd like
GlobalOpenTelemetry.getOrNoop should be used instead.
Other potential changes
Line 54 in 804d5f3
GlobalOpenTelemetry.getTracer("io.opentelemetry.opencensusshim", OtelVersion.VERSION);
Metadata
Metadata
Assignees
Labels
Feature RequestSuggest an idea for this projectSuggest an idea for this project