You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/OpenTelemetryAutoConfiguration.java
+17-7
Original file line number
Diff line number
Diff line change
@@ -132,20 +132,30 @@ public Resource otelResource(
132
132
}
133
133
134
134
@Bean
135
+
// If you change the bean name, also change it in the OpenTelemetryJdbcDriverAutoConfiguration
Copy file name to clipboardexpand all lines: instrumentation/spring/spring-boot-autoconfigure/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
0 commit comments