feat(o11y): remove google_cloud_unstable_tracing gate for LRO tracing - #5897
Conversation
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.69% 97.66% -0.04%
==========================================
Files 244 246 +2
Lines 61351 62029 +678
==========================================
+ Hits 59937 60578 +641
- Misses 1414 1451 +37 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
6b13905 to
93df64f
Compare
5e0c2e0 to
8b8707b
Compare
ba71a7a to
c711054
Compare
Update librarian.yaml to use a pseudo-version instead of a commit hash to satisfy review feedback, and remove the unstable tracing cfg from driver tests.
Include missing generated files from additional services.
No description provided.