Add object store observability wrapper#298
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## olap-serving-layer #298 +/- ##
=====================================================
Coverage ? 76.57%
=====================================================
Files ? 26
Lines ? 918
Branches ? 0
=====================================================
Hits ? 703
Misses ? 215
Partials ? 0 🚀 New features to boost your workflow:
|
0692ac8 to
69d3768
Compare
thorrester
added a commit
that referenced
this pull request
May 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Object Store Observability
Depends on merged #297.
Summary
ObjectStoreSpanLayerwrapper for configured Delta object stores so direct object-store operations emit Phase 0 request spans and metrics.list,list_with_delimiter,head,get,get_range,put,delete, andcopywith operation, backend, status, path kind, hashed path identity, range metadata, and byte counts.delta_log,parquet_data,checkpoint, orunknownwithout attaching full object paths by default.CachingStoreso cached hits, cache misses, and delegated direct calls participate in the same object-store span and metric vocabulary.Verification
make lintsfailed on an outside-scope dead-code warning incrates/scouter_dataframe/src/parquet/tracing/engine.rsforDELTA_SNAPSHOT_REFRESH.cargo test -p scouter-dataframe --all-features -- --nocapture --test-threads=1passed.