Uses of Class
io.opencensus.tags.propagation.TagContextTextFormat
-
Packages that use TagContextTextFormat Package Description io.opencensus.implcore.tags.propagation io.opencensus.tags API for associating tags with scoped operations.io.opencensus.tags.propagation -
-
Uses of TagContextTextFormat in io.opencensus.implcore.tags.propagation
Subclasses of TagContextTextFormat in io.opencensus.implcore.tags.propagation Modifier and Type Class Description (package private) class
CorrelationContextFormat
Implementation of the W3C correlation context propagation protocol.Fields in io.opencensus.implcore.tags.propagation declared as TagContextTextFormat Modifier and Type Field Description private TagContextTextFormat
TagPropagationComponentImpl. tagContextTextFormat
Methods in io.opencensus.implcore.tags.propagation that return TagContextTextFormat Modifier and Type Method Description TagContextTextFormat
TagPropagationComponentImpl. getCorrelationContextFormat()
-
Uses of TagContextTextFormat in io.opencensus.tags
Subclasses of TagContextTextFormat in io.opencensus.tags Modifier and Type Class Description private static class
NoopTags.NoopTagContextTextFormat
Methods in io.opencensus.tags that return TagContextTextFormat Modifier and Type Method Description TagContextTextFormat
NoopTags.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 TagContextTextFormat Modifier and Type Method Description abstract TagContextTextFormat
TagPropagationComponent. getCorrelationContextFormat()
Returns theTagContextTextFormat
for this implementation.
-