birschick-bq commented on issue #2210: URL: https://github.com/apache/arrow-adbc/issues/2210#issuecomment-2822609900
@CurtHagenlocher > Is there a standard format for specifying a receiver and all its arguments which could be passed as e.g. an ADBC option value? ## Via programmatic SDK - using language-specific idiomatic parameters to the API. (e.g. golang: `.New(WithEndpoint("localhost:4317")`). ## Via environment variables ... [SDK Configuration](https://opentelemetry.io/docs/languages/sdk-configuration/) >OpenTelemetry SDKs support configuration in each language and with environment variables. The following pages describe the environment variables you can use to configure your SDK. Values set with environment variables override equivalent configuration in code using SDK APIs. [General SDK Configuration](https://opentelemetry.io/docs/languages/sdk-configuration/general/) - [OTEL_TRACES_EXPORTER](https://opentelemetry.io/docs/languages/sdk-configuration/general/#otel_traces_exporter) [OTLP Exporter Configuration](https://opentelemetry.io/docs/languages/sdk-configuration/otlp-exporter/) - [OTEL_EXPORTER_OTLP_TRACES_ENDPOINT](https://opentelemetry.io/docs/languages/sdk-configuration/otlp-exporter/#otel_exporter_otlp_traces_endpoint) -- 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