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

fix(instrumentation-pg): ensure db.client.operation.duration metric is recorded for Promises API usage of pg #2480

Merged

fix(instrumentation-pg): ensure db.client.operation.duration metric i…

5a7e89a
Select commit
Loading
Failed to load commit list.
Merged

fix(instrumentation-pg): ensure db.client.operation.duration metric is recorded for Promises API usage of pg #2480

fix(instrumentation-pg): ensure db.client.operation.duration metric i…
5a7e89a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 11, 2024 in 0s

90.73% (-0.02%) compared to d11efb3

View this Pull Request on Codecov

90.73% (-0.02%) compared to d11efb3

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 90.73%. Comparing base (d11efb3) to head (5a7e89a).

Files with missing lines Patch % Lines
...elemetry-instrumentation-pg/src/instrumentation.ts 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2480      +/-   ##
==========================================
- Coverage   90.74%   90.73%   -0.02%     
==========================================
  Files         156      156              
  Lines        7723     7725       +2     
  Branches     1588     1588              
==========================================
+ Hits         7008     7009       +1     
- Misses        715      716       +1     
Files with missing lines Coverage Δ
...elemetry-instrumentation-pg/src/instrumentation.ts 89.20% <50.00%> (-0.46%) ⬇️