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
Methods in io.opencensus.implcore.tags that return TagContextBuilderModifier and TypeMethodDescriptionTaggerImpl.currentBuilder()TaggerImpl.emptyBuilder()TaggerImpl.toBuilder(TagContext tags) -
Uses of TagContextBuilder in io.opencensus.tags
Methods in io.opencensus.tags that return TagContextBuilderModifier and TypeMethodDescriptionabstract TagContextBuilderTagger.currentBuilder()Returns a new builder created from the currentTagContext.abstract TagContextBuilderTagger.emptyBuilder()Returns a new emptyBuilder.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.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.