benibus opened a new issue, #39898: URL: https://github.com/apache/arrow/issues/39898
### Describe the enhancement requested This request stems from some ongoing discussions on how to enhance Flight/FlightSQL's telemetry and improve users' debugging experience. I believe that utilizing [OpenTelemetry's logging facilities](https://opentelemetry.io/docs/specs/otel/logs/sdk/) would be a step in the right direction as the emitted logs can be associated with existing traces/spans. A couple things to note: - The `opentelemetry-cpp` logging SDK was [marked stable in v1.11.0](https://github.com/open-telemetry/opentelemetry-cpp/commit/8c82d24c2073dbe01f38988a226e2e24a6a49fa4), so we'd probably want to bump our version from 1.8.1. - I'm not necessarily suggesting that the OTel systems should integrate with `ARROW_LOG` and whatnot. I'd imagine we'd provide an independent API here. FWIW I've done some experimentation using the (unstable) v1.8.1 SDK and I was happy with the results. ### Component(s) C++, FlightRPC -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
