birschick-bq commented on issue #2210:
URL: https://github.com/apache/arrow-adbc/issues/2210#issuecomment-2836459083

   @lidavidm / @CurtHagenlocher / @zeroshade 
   
   So just a summary of where we want to be ...
   
   1. We should instrument tracing using the OpenTelemetry SDK in (base) 
drivers.
   2. Configuration includes the ability to specify which exporter to enable 
using the environment variable: `OTEL_TRACES_EXPORTER` with the supported 
values: `otlp`, `console`, or `none` (default) . For runtime languages where 
the OTel SDK doesn't automatically enable the exporter automatically via the 
environment variable, the driver must programmatically add the exporter based 
on the environment variable value.
   3. [Configuration of OTLP 
parameters](https://opentelemetry.io/docs/languages/sdk-configuration/otlp-exporter/)
 will be automatically handled by the OTel SDK.
   4. To consume the trace messages, end-users may need to deploy an OTel 
Collector and configure it appropriately for their needs.
   5. If an end-user has access to an existing (possibly remote) OTLP endpoint, 
they can configure the OTLP parameters to send the messages to that instance.


-- 
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

Reply via email to