Uses of Class
io.opencensus.tags.propagation.TagPropagationComponent
Packages that use TagPropagationComponent
Package
Description
API for associating tags with scoped operations.
-
Uses of TagPropagationComponent in io.opencensus.implcore.tags
Fields in io.opencensus.implcore.tags declared as TagPropagationComponentModifier and TypeFieldDescriptionprivate final TagPropagationComponentTagsComponentImplBase.tagPropagationComponentMethods in io.opencensus.implcore.tags that return TagPropagationComponent -
Uses of TagPropagationComponent in io.opencensus.implcore.tags.propagation
Subclasses of TagPropagationComponent in io.opencensus.implcore.tags.propagation -
Uses of TagPropagationComponent in io.opencensus.tags
Subclasses of TagPropagationComponent in io.opencensus.tagsFields in io.opencensus.tags declared as TagPropagationComponentModifier and TypeFieldDescription(package private) static final TagPropagationComponentNoopTags.NoopTagPropagationComponent.INSTANCEMethods in io.opencensus.tags that return TagPropagationComponentModifier and TypeMethodDescription(package private) static TagPropagationComponentNoopTags.getNoopTagPropagationComponent()Returns aTagPropagationComponentthat contains no-op serializers.NoopTags.NoopTagsComponent.getTagPropagationComponent()static TagPropagationComponentTags.getTagPropagationComponent()Returns the defaultTagPropagationComponent.abstract TagPropagationComponentTagsComponent.getTagPropagationComponent()Returns theTagPropagationComponentfor this implementation.