Skip to content

Commit

Permalink
add spring starter r2dbc support
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Apr 24, 2024
1 parent 6de040b commit 86f5892
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
@Conditional(SdkEnabled.class)
@Configuration(proxyBeanMethods = false)
public class R2dbcAutoConfiguration {

public R2dbcAutoConfiguration() {}

@Bean
static R2dbcInstrumentingPostProcessor r2dbcInstrumentingPostProcessor(
ObjectProvider<OpenTelemetry> openTelemetryProvider) {
Expand Down

0 comments on commit 86f5892

Please sign in to comment.