Class TagPropagationComponentImpl
java.lang.Object
io.opencensus.tags.propagation.TagPropagationComponent
io.opencensus.implcore.tags.propagation.TagPropagationComponentImpl
Implementation of
TagPropagationComponent.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TagContextBinarySerializerprivate final TagContextTextFormat -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theTagContextBinarySerializerfor this implementation.Returns theTagContextTextFormatfor this implementation.
-
Field Details
-
tagContextBinarySerializer
-
tagContextTextFormat
-
-
Constructor Details
-
TagPropagationComponentImpl
-
-
Method Details
-
getBinarySerializer
Description copied from class:TagPropagationComponentReturns theTagContextBinarySerializerfor this implementation.- Specified by:
getBinarySerializerin classTagPropagationComponent- Returns:
- the
TagContextBinarySerializerfor this implementation.
-
getCorrelationContextFormat
Description copied from class:TagPropagationComponentReturns theTagContextTextFormatfor this implementation.OpenCensus uses W3C Correlation Context as the HTTP text format. For more details, see correlation-context.
- Specified by:
getCorrelationContextFormatin classTagPropagationComponent- Returns:
- the
TagContextTextFormatfor this implementation.
-