Uses of Class
io.opencensus.tags.TagContextBuilder
Packages that use TagContextBuilder
Package
Description
API for associating tags with scoped operations.
-
Uses of TagContextBuilder in io.opencensus.implcore.tags
Subclasses of TagContextBuilder in io.opencensus.implcore.tagsModifier and TypeClassDescription(package private) final classTagContextBuilderthat is used when tagging is disabled.(package private) final classMethods in io.opencensus.implcore.tags that return TagContextBuilderModifier and TypeMethodDescriptionTaggerImpl.currentBuilder()TaggerImpl.emptyBuilder()NoopTagMapBuilder.put(TagKey key, TagValue value, TagMetadata tagMetadata) TagMapBuilderImpl.put(TagKey key, TagValue value, TagMetadata tagMetadata) TaggerImpl.toBuilder(TagContext tags) -
Uses of TagContextBuilder in io.opencensus.tags
Subclasses of TagContextBuilder in io.opencensus.tagsFields in io.opencensus.tags declared as TagContextBuilderModifier and TypeFieldDescription(package private) static final TagContextBuilderNoopTags.NoopTagContextBuilder.INSTANCEMethods in io.opencensus.tags that return TagContextBuilderModifier and TypeMethodDescriptionNoopTags.NoopTagger.currentBuilder()abstract TagContextBuilderTagger.currentBuilder()Returns a new builder created from the currentTagContext.NoopTags.NoopTagger.emptyBuilder()abstract TagContextBuilderTagger.emptyBuilder()Returns a new emptyBuilder.(package private) static TagContextBuilderNoopTags.getNoopTagContextBuilder()Returns aTagContextBuilderthat ignores all calls toTagContextBuilder.put(TagKey, TagValue).NoopTags.NoopTagContextBuilder.put(TagKey key, TagValue value, TagMetadata tagMetadata) abstract TagContextBuilderDeprecated.TagContextBuilder.put(TagKey key, TagValue value, TagMetadata tagMetadata) Adds the key/value pair and metadata regardless of whether the key is present.final TagContextBuilderAdds a non-propagating tag to thisTagContextBuilder.final TagContextBuilderTagContextBuilder.putPropagating(TagKey key, TagValue value) Adds an unlimited propagating tag to thisTagContextBuilder.abstract TagContextBuilderRemoves the key if it exists.NoopTags.NoopTagger.toBuilder(TagContext tags) abstract TagContextBuilderTagger.toBuilder(TagContext tags) Returns a builder based on thisTagContext.
TagContextBuilder.put(TagKey, TagValue, TagMetadata), orTagContextBuilder.putLocal(TagKey, TagValue)if you only want in-process tags.