-
Notifications
You must be signed in to change notification settings - Fork 193
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
Sdk builder #845
Sdk builder #845
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #845 +/- ##
============================================
- Coverage 81.69% 80.90% -0.80%
- Complexity 1946 1973 +27
============================================
Files 241 246 +5
Lines 5080 5173 +93
============================================
+ Hits 4150 4185 +35
- Misses 930 988 +58
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly a vested citizen in the CNCF channel excited for the OTel PHP SDK. A couple things I noticed here that I thought I would comment on 🙂
Fluent SDK builder mechanism to create and configure a working SDK.
Closes #301