-
Notifications
You must be signed in to change notification settings - Fork 858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add spring starter r2dbc support #11221
Conversation
86f5892
to
2071473
Compare
Options
|
2071473
to
e692181
Compare
d2cc50c
to
a23a8ba
Compare
...metry/instrumentation/spring/autoconfigure/instrumentation/r2dbc/R2dbcAutoConfiguration.java
Show resolved
Hide resolved
...trumentation/spring/autoconfigure/instrumentation/r2dbc/R2dbcInstrumentingPostProcessor.java
Outdated
Show resolved
Hide resolved
...trumentation/spring/autoconfigure/instrumentation/r2dbc/R2dbcInstrumentingPostProcessor.java
Outdated
Show resolved
Hide resolved
...l-starter/spring-boot-3-reactive/src/main/java/io/opentelemetry/spring/smoketest/Player.java
Outdated
Show resolved
Hide resolved
instrumentation/spring/spring-boot-autoconfigure/build.gradle.kts
Outdated
Show resolved
Hide resolved
...library/src/main/java/io/opentelemetry/instrumentation/r2dbc/v1_0/R2dbcTelemetryBuilder.java
Outdated
Show resolved
Hide resolved
72e7b97
to
d6ca89b
Compare
@zeitlinger could you rebase so this could be merged |
…/io/opentelemetry/instrumentation/spring/autoconfigure/instrumentation/r2dbc/R2dbcAutoConfiguration.java Co-authored-by: Jean Bisutti <jean.bisutti@gmail.com>
"name": "otel.instrumentation.common.db-statement-sanitizer.enabled", | ||
"type": "java.lang.Boolean", | ||
"description": "Enables the DB statement sanitization for R2DBC.", | ||
"defaultValue": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is weird that this applies only to r2dbc, I'd assume that this would also apply to jdbc. I'd make the description more generic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, this feature is missing for JDBC currently - but I'm happy to add that in a follow up PR 😄
Fixes #r2dbc