Skip to content

Commit 6a1a8ff

Browse files
Update instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/OpenTelemetryAutoConfiguration.java
Co-authored-by: Jean Bisutti <[email protected]>
1 parent 97b4915 commit 6a1a8ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/OpenTelemetryAutoConfiguration.java

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ static class DisabledOpenTelemetrySdkConfig {
135135

136136
@Bean
137137
@ConfigurationPropertiesBinding
138+
// Duplicated in OpenTelemetrySdkConfig and DisabledOpenTelemetrySdkConfig to not expose the converter in the public API
138139
public OTelMapConverter oTelMapConverter() {
139140
// needed for otlp exporter headers and OtelResourceProperties
140141
// we need this converter, even if the SDK is disabled,

0 commit comments

Comments
 (0)