open-telemetry / otel-arrow

Protocol and libraries for sending and receiving OpenTelemetry data using Apache Arrow
Apache License 2.0
68 stars 13 forks source link

collector/batch processor: honor TracerProvider from cfg #238

Closed gdvalle closed 1 month ago

gdvalle commented 1 month ago

If there's a custom TracerProvider set in config, use that. Otherwise, fall back to the global otel provider.