Skip to content
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

Vertx 4.4.2 Postgresql SqlClient Instrumentation #2004

Merged
merged 6 commits into from
Aug 13, 2024
Merged

Conversation

jtduffy
Copy link
Contributor

@jtduffy jtduffy commented Aug 9, 2024

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.

@jtduffy jtduffy requested a review from a team August 9, 2024 15:05
@codecov-commenter
Copy link

codecov-commenter commented Aug 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jtduffy jtduffy merged commit 07e00e3 into main Aug 13, 2024
111 checks passed
@jtduffy jtduffy deleted the vertx4-pg-client branch August 13, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add agent support for Vert.x Reactive PostgreSQL Client
4 participants