Class TagPropagationComponent
java.lang.Object
io.opencensus.tags.propagation.TagPropagationComponent
- Direct Known Subclasses:
NoopTags.NoopTagPropagationComponent, TagPropagationComponentImpl
Object containing all supported
TagContext propagation formats.- Since:
- 0.8
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TagContextBinarySerializerReturns theTagContextBinarySerializerfor this implementation.abstract TagContextTextFormatReturns theTagContextTextFormatfor this implementation.
-
Constructor Details
-
TagPropagationComponent
public TagPropagationComponent()
-
-
Method Details
-
getBinarySerializer
Returns theTagContextBinarySerializerfor this implementation.- Returns:
- the
TagContextBinarySerializerfor this implementation. - Since:
- 0.8
-
getCorrelationContextFormat
Returns theTagContextTextFormatfor this implementation.OpenCensus uses W3C Correlation Context as the HTTP text format. For more details, see correlation-context.
- Returns:
- the
TagContextTextFormatfor this implementation. - Since:
- 0.21
-