Package io.opencensus.tags
Class NoopTags.NoopTagPropagationComponent
java.lang.Object
io.opencensus.tags.propagation.TagPropagationComponent
io.opencensus.tags.NoopTags.NoopTagPropagationComponent
- Enclosing class:
NoopTags
@Immutable
private static final class NoopTags.NoopTagPropagationComponent
extends TagPropagationComponent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theTagContextBinarySerializer
for this implementation.Returns theTagContextTextFormat
for this implementation.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoopTagPropagationComponent
private NoopTagPropagationComponent()
-
-
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.
-