Uses of Class
io.opencensus.tags.Tag
Packages that use Tag
Package
Description
API for associating tags with scoped operations.
-
Uses of Tag in io.opencensus.implcore.tags
Methods in io.opencensus.implcore.tags that return TagMethods in io.opencensus.implcore.tags that return types with arguments of type TagMethods in io.opencensus.implcore.tags with parameters of type TagModifier and TypeMethodDescription(package private) static void
TagContextUtils.addTagToBuilder
(Tag tag, TagMapBuilderImpl builder) Add aTag
of any type to a builder. -
Uses of Tag in io.opencensus.implcore.tags.propagation
Methods in io.opencensus.implcore.tags.propagation with parameters of type TagModifier and TypeMethodDescriptionprivate static final void
BinarySerializationUtils.encodeTag
(Tag tag, com.google.common.io.ByteArrayDataOutput byteArrayDataOutput) private static int
CorrelationContextFormat.encodeTag
(Tag tag, StringBuilder stringBuilder) -
Uses of Tag in io.opencensus.tags
Subclasses of Tag in io.opencensus.tagsMethods in io.opencensus.tags that return TagModifier and TypeMethodDescriptionstatic Tag
Deprecated.static Tag
Tag.create
(TagKey key, TagValue value, TagMetadata tagMetadata) Creates aTag
from the given key, value and metadata.Methods in io.opencensus.tags that return types with arguments of type TagModifier and TypeMethodDescriptionNoopTags.NoopTagContext.getIterator()
TagContext.getIterator()
Returns an iterator over the tags in thisTagContext
.InternalUtils.getTags
(TagContext tags) Internal tag accessor. -
Uses of Tag in io.opencensus.tags.unsafe
Methods in io.opencensus.tags.unsafe that return types with arguments of type Tag
create(TagKey, TagValue, TagMetadata)
.