opentelemetry-go-contrib icon indicating copy to clipboard operation
opentelemetry-go-contrib copied to clipboard

config: Reuse the auto modules

Open pellared opened this issue 9 months ago • 0 comments
trafficstars

Should we not take advantage of https://pkg.go.dev/go.opentelemetry.io/contrib/propagators/autoprop? Similarly for exporters we could use https://pkg.go.dev/go.opentelemetry.io/contrib/exporters/autoexport.

I think that the config is supposed to be extensible and allow custom exporters, processors, propagators. See: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk.md#sdk-extension-components

Originally posted by @pellared in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6727#discussion_r1944603362

pellared avatar Feb 06 '25 12:02 pellared