You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for the OTEL_PROPAGATORS environment variable as defined in the specification.
This will require designing and ratifying a plan to support loading all the propagators we need without having the SDK import them all. As was mentioned here we could look at the https://pkg.go.dev/plugin package. Or, as was suggested in a SIG meeting, look into maybe some registration method similar to the database/sql package.
It might also be the case that we do not want to ultimately support this. Part of this issue is going to be determining the feasibility and appropriateness of this configuration option.
Add support for the
OTEL_PROPAGATORS
environment variable as defined in the specification.This will require designing and ratifying a plan to support loading all the propagators we need without having the SDK import them all. As was mentioned here we could look at the https://pkg.go.dev/plugin package. Or, as was suggested in a SIG meeting, look into maybe some registration method similar to the
database/sql
package.Part of #1698
The text was updated successfully, but these errors were encountered: