lidavidm commented on issue #2804: URL: https://github.com/apache/arrow-adbc/issues/2804#issuecomment-2866014088
To propagate spans, at least in Go, the common pattern is to pass a `context.Context`. I see Rust has https://docs.rs/opentelemetry/latest/opentelemetry/context/struct.Context.html but I'm not sure if this is expected, or if it's expected to do something tricky with thread-local storage, or something else. I'm not talking about actually exporting the traces, but the more tedious job of propagating the current span everywhere. -- 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