The aim of this issue is to remove these 3 lines:
|
// disable the logs exporter by default for the time being |
|
// FIXME remove this in the 2.x branch |
|
.addPropertiesSupplier(() -> singletonMap("otel.logs.exporter", "none")) |
This is currently blocked, we'll most likely want to do this just before running the 2.0 release.
The aim of this issue is to remove these 3 lines:
opentelemetry-java-instrumentation/javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/OpenTelemetryInstaller.java
Lines 31 to 33 in d17876e
This is currently blocked, we'll most likely want to do this just before running the 2.0 release.