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 setup function #11

Closed
wants to merge 1 commit into from

feat: Add OpenTelemetry setup function

b922cd1
Select commit
Loading
Failed to load commit list.
Closed

feat: Add OpenTelemetry setup function #11

feat: Add OpenTelemetry setup function
b922cd1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 16, 2025 in 0s

77.80% (+10.55%) compared to 77b970a

View this Pull Request on Codecov

77.80% (+10.55%) compared to 77b970a

Details

Codecov Report

Attention: Patch coverage is 86.10039% with 36 lines in your changes missing coverage. Please review.

Project coverage is 77.80%. Comparing base (77b970a) to head (b922cd1).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/telemetry/mod.rs 87.28% 29 Missing ⚠️
src/telemetry/reqwest_middleware.rs 0.00% 7 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #11       +/-   ##
===========================================
+ Coverage   67.24%   77.80%   +10.55%     
===========================================
  Files           5        8        +3     
  Lines         232      491      +259     
===========================================
+ Hits          156      382      +226     
- Misses         76      109       +33     
Files with missing lines Coverage Δ
src/lib.rs 78.08% <ø> (ø)
src/telemetry/config.rs 100.00% <100.00%> (ø)
src/telemetry/reqwest_middleware.rs 0.00% <0.00%> (ø)
src/telemetry/mod.rs 87.28% <87.28%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 77b970a...b922cd1. Read the comment docs.