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 TagPropagationComponent
TagsComponentImplBase.tagPropagationComponent
Methods 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 TagPropagationComponent
NoopTags.NoopTagPropagationComponent.INSTANCE
Methods in io.opencensus.tags that return TagPropagationComponentModifier and TypeMethodDescription(package private) static TagPropagationComponent
NoopTags.getNoopTagPropagationComponent()
Returns aTagPropagationComponent
that contains no-op serializers.NoopTags.NoopTagsComponent.getTagPropagationComponent()
static TagPropagationComponent
Tags.getTagPropagationComponent()
Returns the defaultTagPropagationComponent
.abstract TagPropagationComponent
TagsComponent.getTagPropagationComponent()
Returns theTagPropagationComponent
for this implementation.