[sdk] Ability to add custom TextMapPropagator
s when using auto-configuration
#910
Labels
TextMapPropagator
s when using auto-configuration
#910
I think it would be helpful (admittedly JVM only) to have an SPI for adding custom
TextMapPropagator
s which can then be configured using environment variables.Proposed SPI:
I've also opened open-telemetry/opentelemetry-java#7079 with a request for the equivalent in the official Java library.I am aware that the sdk auto-configuration builder already supports custom
TextMapPropagator
s, but purely environment-based configuration could be nice tooThe text was updated successfully, but these errors were encountered: