-
Notifications
You must be signed in to change notification settings - Fork 92
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 Support #198
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #198 +/- ##
============================================
- Coverage 77.71% 76.89% -0.83%
- Complexity 349 381 +32
============================================
Files 50 56 +6
Lines 1149 1277 +128
Branches 46 51 +5
============================================
+ Hits 893 982 +89
- Misses 226 264 +38
- Partials 30 31 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cfd6d53
to
d5b90e3
Compare
feat: Add OpenTelemetry Support feat: Add Support for Tracing Propagation Headers
d5b90e3
to
92c9da5
Compare
…n and Tracer
9a24885
to
1c76cd0
Compare
It's a bit unclear from you description whether this is a breaking change or not? I guess we don't want any breaking changes but add opentelemetry support? Is that what you mean by this? |
@dennisgranath It's not breaking change anymore since I have added the duplicated classes at their previous position and marked them as deprecated. I'll verify tomorrow if this is still going to cause some issues. Updating the description accordingly. Update: Confirmed that it's not a breaking change. |
feat: Add OpenTelemetry Support
feat: Add Support for Tracing Propagation Headers
Things to consider: