Uses of Class
io.opencensus.tags.TagContextBuilder
-
Packages that use TagContextBuilder Package Description io.opencensus.implcore.tags io.opencensus.tags API for associating tags with scoped operations. -
-
Uses of TagContextBuilder in io.opencensus.implcore.tags
Subclasses of TagContextBuilder in io.opencensus.implcore.tags Modifier and Type Class Description (package private) classNoopTagMapBuilderTagContextBuilderthat is used when tagging is disabled.(package private) classTagMapBuilderImplMethods in io.opencensus.implcore.tags that return TagContextBuilder Modifier and Type Method Description TagContextBuilderTaggerImpl. currentBuilder()TagContextBuilderTaggerImpl. emptyBuilder()TagContextBuilderNoopTagMapBuilder. put(TagKey key, TagValue value)TagContextBuilderNoopTagMapBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)TagContextBuilderTagMapBuilderImpl. put(TagKey key, TagValue value, TagMetadata tagMetadata)TagContextBuilderNoopTagMapBuilder. remove(TagKey key)TagContextBuilderTaggerImpl. toBuilder(TagContext tags) -
Uses of TagContextBuilder in io.opencensus.tags
Subclasses of TagContextBuilder in io.opencensus.tags Modifier and Type Class Description private static classNoopTags.NoopTagContextBuilderFields in io.opencensus.tags declared as TagContextBuilder Modifier and Type Field Description (package private) static TagContextBuilderNoopTags.NoopTagContextBuilder. INSTANCEMethods in io.opencensus.tags that return TagContextBuilder Modifier and Type Method Description TagContextBuilderNoopTags.NoopTagger. currentBuilder()abstract TagContextBuilderTagger. currentBuilder()Returns a new builder created from the currentTagContext.TagContextBuilderNoopTags.NoopTagger. emptyBuilder()abstract TagContextBuilderTagger. emptyBuilder()Returns a new emptyBuilder.(package private) static TagContextBuilderNoopTags. getNoopTagContextBuilder()Returns aTagContextBuilderthat ignores all calls toput(io.opencensus.tags.TagKey, io.opencensus.tags.TagValue).TagContextBuilderNoopTags.NoopTagContextBuilder. put(TagKey key, TagValue value)TagContextBuilderNoopTags.NoopTagContextBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)abstract TagContextBuilderTagContextBuilder. put(TagKey key, TagValue value)Deprecated.in favor ofput(TagKey, TagValue, TagMetadata), orputLocal(TagKey, TagValue)if you only want in-process tags.TagContextBuilderTagContextBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)Adds the key/value pair and metadata regardless of whether the key is present.TagContextBuilderTagContextBuilder. putLocal(TagKey key, TagValue value)Adds a non-propagating tag to thisTagContextBuilder.TagContextBuilderTagContextBuilder. putPropagating(TagKey key, TagValue value)Adds an unlimited propagating tag to thisTagContextBuilder.TagContextBuilderNoopTags.NoopTagContextBuilder. remove(TagKey key)abstract TagContextBuilderTagContextBuilder. remove(TagKey key)Removes the key if it exists.TagContextBuilderNoopTags.NoopTagger. toBuilder(TagContext tags)abstract TagContextBuilderTagger. toBuilder(TagContext tags)Returns a builder based on thisTagContext.
-