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
Classes in io.opencensus.implcore.tags that implement interfaces with type arguments of type TagMethods 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 voidTagContextUtils.addTagToBuilder(Tag tag, TagMapBuilderImpl builder) Add aTagof 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 voidBinarySerializationUtils.encodeTag(Tag tag, com.google.common.io.ByteArrayDataOutput byteArrayDataOutput) private static intCorrelationContextFormat.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 TagDeprecated.static TagTag.create(TagKey key, TagValue value, TagMetadata tagMetadata) Creates aTagfrom 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
Tag.create(TagKey, TagValue, TagMetadata).