impl(storage): add spans to ObjectDescriptor::read_range#5183
impl(storage): add spans to ObjectDescriptor::read_range#5183coryan merged 3 commits intogoogleapis:mainfrom
ObjectDescriptor::read_range#5183Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5183 +/- ##
==========================================
- Coverage 97.94% 97.94% -0.01%
==========================================
Files 217 217
Lines 43526 43670 +144
==========================================
+ Hits 42632 42773 +141
- Misses 894 897 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
An object descriptor may be used in multiple `read_range()` operations. Application developers will be interested in the performance of these calls.
4a81389 to
51bbbab
Compare
westarle
left a comment
There was a problem hiding this comment.
do you have a link with the resulting spans? I'm curious about their relationship to CLIENT spans.
Look at the They are unconnected to the client span... That might be a good improvement for the future: @joshuatants FYI |
Let's chat about it sometime, I think it is a good thing that they aren't hierarchically related for now. |
An object descriptor may be used in multiple
read_range()operations.Application developers will be interested in the performance of these
calls.
Fixes #3178