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

feat: add OpenTelemetry tracing #1182

Merged
merged 8 commits into from
Nov 22, 2023

docs: document default sampling rate

7aa87f2
Select commit
Loading
Failed to load commit list.
Merged

feat: add OpenTelemetry tracing #1182

docs: document default sampling rate
7aa87f2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 22, 2023 in 1s

89.95% (-0.58%) compared to 397f1a2

View this Pull Request on Codecov

89.95% (-0.58%) compared to 397f1a2

Details

Codecov Report

Attention: 89 lines in your changes are missing coverage. Please review.

Comparison is base (397f1a2) 90.53% compared to head (7aa87f2) 89.95%.
Report is 4 commits behind head on postgresql-dialect.

Files Patch % Lines
...ava/com/google/cloud/spanner/pgadapter/Server.java 0.00% 49 Missing ⚠️
...ud/spanner/pgadapter/metadata/OptionsMetadata.java 21.05% 27 Missing and 3 partials ⚠️
...panner/pgadapter/statements/BackendConnection.java 92.68% 6 Missing and 3 partials ⚠️
...ner/pgadapter/statements/SimpleQueryStatement.java 94.11% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@                   Coverage Diff                    @@
##             postgresql-dialect    #1182      +/-   ##
========================================================
- Coverage                 90.53%   89.95%   -0.58%     
- Complexity                 2561     2587      +26     
========================================================
  Files                       141      141              
  Lines                      8652     8874     +222     
  Branches                   1263     1285      +22     
========================================================
+ Hits                       7833     7983     +150     
- Misses                      557      622      +65     
- Partials                    262      269       +7     

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