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

Add ability to auto-instrument with the OTel Java SDK #1704

Merged
merged 23 commits into from
Feb 28, 2025

Merge pull request #10 from grafana/otel_gen_fix

740f620
Select commit
Loading
Failed to load commit list.
Merged

Add ability to auto-instrument with the OTel Java SDK #1704

Merge pull request #10 from grafana/otel_gen_fix
740f620
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 28, 2025 in 0s

69.68% (+4.38%) compared to 998ab56

View this Pull Request on Codecov

69.68% (+4.38%) compared to 998ab56

Details

Codecov Report

Attention: Patch coverage is 60.51661% with 107 lines in your changes missing coverage. Please review.

Project coverage is 69.68%. Comparing base (998ab56) to head (740f620).

Files with missing lines Patch % Lines
pkg/internal/otelsdk/sdk_inject.go 51.25% 80 Missing and 17 partials ⚠️
pkg/export/otel/common.go 60.00% 4 Missing and 4 partials ⚠️
pkg/export/otel/grafana.go 66.66% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1704      +/-   ##
==========================================
+ Coverage   65.29%   69.68%   +4.38%     
==========================================
  Files         196      210      +14     
  Lines       20086    21282    +1196     
==========================================
+ Hits        13116    14831    +1715     
+ Misses       6152     5721     -431     
+ Partials      818      730      -88     

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