feat(o11y): remove google_cloud_unstable_tracing gate for LRO tracing#5897
feat(o11y): remove google_cloud_unstable_tracing gate for LRO tracing#5897haphungw wants to merge 9 commits into
google_cloud_unstable_tracing gate for LRO tracing#5897Conversation
There was a problem hiding this comment.
Code Review
This pull request stabilizes tracing and poller options across various generated Google Cloud clients by removing the google_cloud_unstable_tracing conditional compilation flags. It also exposes internal observability error types and helper functions by increasing their visibility to public. Regarding the feedback, a naming convention issue was identified in observability/errors.rs where a method returning an owned String was prefixed with as_ instead of to_.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5897 +/- ##
==========================================
- Coverage 97.90% 97.85% -0.05%
==========================================
Files 234 236 +2
Lines 59451 60067 +616
==========================================
+ Hits 58204 58780 +576
- Misses 1247 1287 +40 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
6379178 to
6e5baae
Compare
dfae0ae to
6b13905
Compare
6b13905 to
93df64f
Compare
No description provided.