Interface EndUserSpanProcessorConfig
-
public interface EndUserSpanProcessorConfigTracing build time configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Boolean>enabled()Enable theEndUserSpanProcessor.
-
-
-
Method Detail
-
enabled
@WithDefault("false") Optional<Boolean> enabled()Enable theEndUserSpanProcessor.The
EndUserSpanProcessoradds theio.opentelemetry.semconv.trace.attributes.SemanticAttributes.ENDUSER_IDandio.opentelemetry.semconv.trace.attributes.SemanticAttributes.ENDUSER_ROLEto the Span.
-
-