Uses of Class
io.opencensus.tags.propagation.TagContextTextFormat
Packages that use TagContextTextFormat
Package
Description
API for associating tags with scoped operations.
-
Uses of TagContextTextFormat in io.opencensus.implcore.tags.propagation
Subclasses of TagContextTextFormat in io.opencensus.implcore.tags.propagationModifier and TypeClassDescription(package private) final class
Implementation of the W3C correlation context propagation protocol.Fields in io.opencensus.implcore.tags.propagation declared as TagContextTextFormatModifier and TypeFieldDescriptionprivate final TagContextTextFormat
TagPropagationComponentImpl.tagContextTextFormat
Methods in io.opencensus.implcore.tags.propagation that return TagContextTextFormat -
Uses of TagContextTextFormat in io.opencensus.tags
Subclasses of TagContextTextFormat in io.opencensus.tagsMethods in io.opencensus.tags that return TagContextTextFormatModifier and TypeMethodDescriptionNoopTags.NoopTagPropagationComponent.getCorrelationContextFormat()
(package private) static TagContextTextFormat
NoopTags.getNoopTagContextTextSerializer()
Returns aTagContextTextFormat
that serializes allTagContext
s to empty strings and deserializes all inputs to emptyTagContext
s. -
Uses of TagContextTextFormat in io.opencensus.tags.propagation
Methods in io.opencensus.tags.propagation that return TagContextTextFormatModifier and TypeMethodDescriptionabstract TagContextTextFormat
TagPropagationComponent.getCorrelationContextFormat()
Returns theTagContextTextFormat
for this implementation.