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 TagContextBinarySerializer
private final TagContextTextFormat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theTagContextBinarySerializer
for this implementation.Returns theTagContextTextFormat
for this implementation.
-
Field Details
-
tagContextBinarySerializer
-
tagContextTextFormat
-
-
Constructor Details
-
TagPropagationComponentImpl
-
-
Method Details
-
getBinarySerializer
Description copied from class:TagPropagationComponent
Returns theTagContextBinarySerializer
for this implementation.- Specified by:
getBinarySerializer
in classTagPropagationComponent
- Returns:
- the
TagContextBinarySerializer
for this implementation.
-
getCorrelationContextFormat
Description copied from class:TagPropagationComponent
Returns theTagContextTextFormat
for this implementation.OpenCensus uses W3C Correlation Context as the HTTP text format. For more details, see correlation-context.
- Specified by:
getCorrelationContextFormat
in classTagPropagationComponent
- Returns:
- the
TagContextTextFormat
for this implementation.
-