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
"2.7.18"// AutoConfiguration is added in 2.7.0, but can be used with older versions
9
+
val springBootVersion ="2.7.18"// AutoConfiguration is added in 2.7.0, but can be used with older versions
11
10
12
11
// r2dbc-proxy is shadowed to prevent org.springframework.boot.autoconfigure.r2dbc.R2dbcAutoConfiguration
13
12
// from being loaded by Spring Boot (by the presence of META-INF/services/io.r2dbc.spi.ConnectionFactoryProvider) - even if the user doesn't want to use R2DBC.
Copy file name to clipboardExpand all lines: instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/OpenTelemetryAutoConfiguration.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -189,8 +189,9 @@ public ConfigProvider configProvider(OpenTelemetryConfigurationModel model) {
0 commit comments