otelhttp: Deprecate DefaultClient#8140
Conversation
cb256d4 to
11fbd26
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8140 +/- ##
=====================================
Coverage 81.8% 81.8%
=====================================
Files 194 194
Lines 13377 13377
=====================================
Hits 10951 10951
Misses 2029 2029
Partials 397 397
🚀 New features to boost your workflow:
|
1589ed8 to
0c5a22d
Compare
|
As mentioned in: #8131 (comment), we need to first mark it as deprecated before proceeding with the replacement. We need to give users a transition period. I suggest that you discuss and confirm the specific details of the deprecation and replacement plan on the issue page so that we can proceed with the follow-up work. PS: This issue is expected to be split into multiple phases for implementation. |
0c5a22d to
79904a3
Compare
Co-authored-by: Flc゛ <i@flc.io>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
|
There is not now way to set the client used by |
makes defaultClient private and creates a function that initialises it only once.
created for issue: #8131