newrelic / newrelic-java-agent

The New Relic Java agent
Apache License 2.0
202 stars 143 forks source link

Vertx 4.4.2 Postgresql SqlClient Instrumentation #2004

Closed jtduffy closed 2 months ago

jtduffy commented 2 months ago

Resolves #1747

Adds instrumentation for the vertx Postgres SqlClient to report PG related database calls.

Note that the module doesn't currently capture the executed SQL.

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.61%. Comparing base (9338ecc) to head (0ce4a3c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2004 +/- ## ========================================= Coverage 70.60% 70.61% Complexity 9872 9872 ========================================= Files 829 829 Lines 39914 39915 +1 Branches 6077 6077 ========================================= + Hits 28181 28185 +4 + Misses 9002 8999 -3 Partials 2731 2731 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.