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 theTagContextBinarySerializerfor this implementation.Returns theTagContextTextFormatfor this implementation.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoopTagPropagationComponent
private NoopTagPropagationComponent()
-
-
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.
-