Skip to content

Commit

Permalink
Exercise both init and query
Browse files Browse the repository at this point in the history
  • Loading branch information
mcculls committed Nov 15, 2024
1 parent 7366cd7 commit 3cf4896
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,7 @@ String db_sql_integrations(@RequestParam(required = true, name="service") String
public String otelDropInSpan() {
// exercise OpenTelemetry's R2DBC support on Java
db_sql_integrations("reactive_postgresql", "init");
db_sql_integrations("reactive_postgresql", "select");
return "OK";
}

Expand Down

0 comments on commit 3cf4896

Please sign in to comment.