Package io.opencensus.tags.propagation
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 TagContextBinarySerializer
Returns theTagContextBinarySerializer
for this implementation.abstract TagContextTextFormat
Returns theTagContextTextFormat
for this implementation.
-
Constructor Details
-
TagPropagationComponent
public TagPropagationComponent()
-
-
Method Details
-
getBinarySerializer
Returns theTagContextBinarySerializer
for this implementation.- Returns:
- the
TagContextBinarySerializer
for this implementation. - Since:
- 0.8
-
getCorrelationContextFormat
Returns theTagContextTextFormat
for this implementation.OpenCensus uses W3C Correlation Context as the HTTP text format. For more details, see correlation-context.
- Returns:
- the
TagContextTextFormat
for this implementation. - Since:
- 0.21
-