geoffreyclaude commented on PR #432: URL: https://github.com/apache/arrow-rs-object-store/pull/432#issuecomment-3061336967
> FWIW, https://github.com/datafusion-contrib/datafusion-tracing/tree/main/instrumented-object-store exists and seems to work well with our use of datafusion. Just wanted to point it out to reduce duplication of efforts. cc @geoffreyclaude 👋 Hi! `instrumented-object-store` uses the `tracing` crate to wrap oject-store operations in spans, and is published as a standalone crate so as not to pull in yet another dependency into `arrow-rs-object-store` or `datafusion`. If you want just basic debug logging, I'd say this PR is complimentary. All these wrappers are short and simple single file code anyways, so it's probably fine to have multiple different versions! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org