OpenTelemetry.Context.Propagation.CompositeTextMapPropagator
CompositeTextMapPropagator provides a mechanism for combining multiple
textmap propagators into a single one.
namespace OpenTelemetry.Context.Propagation
{
public class CompositeTextMapPropagator : TextMapPropagator
{
public CompositeTextMapPropagator(IEnumerable<TextMapPropagator> propagators);
}
}