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 classImplementation of the W3C correlation context propagation protocol.Fields in io.opencensus.implcore.tags.propagation declared as TagContextTextFormatModifier and TypeFieldDescriptionprivate final TagContextTextFormatTagPropagationComponentImpl.tagContextTextFormatMethods 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 TagContextTextFormatNoopTags.getNoopTagContextTextSerializer()Returns aTagContextTextFormatthat serializes allTagContexts to empty strings and deserializes all inputs to emptyTagContexts. -
Uses of TagContextTextFormat in io.opencensus.tags.propagation
Methods in io.opencensus.tags.propagation that return TagContextTextFormatModifier and TypeMethodDescriptionabstract TagContextTextFormatTagPropagationComponent.getCorrelationContextFormat()Returns theTagContextTextFormatfor this implementation.