Package io.quarkus.opentelemetry
Interface TextMapPropagatorCustomizer
-
public interface TextMapPropagatorCustomizer/** Meant to be implemented by a CDI bean that provides arbitrary customization for theTextMapPropagatorthat are to be registered with OpenTelemetry
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTextMapPropagatorCustomizer.Context
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.opentelemetry.context.propagation.TextMapPropagatorcustomize(TextMapPropagatorCustomizer.Context context)
-
-
-
Method Detail
-
customize
io.opentelemetry.context.propagation.TextMapPropagator customize(TextMapPropagatorCustomizer.Context context)
-
-