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 types with arguments of type Tag -
Uses of Tag in io.opencensus.tags
Methods 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 TypeMethodDescriptionTagContext.getIterator()Returns an iterator over the tags in thisTagContext.InternalUtils.getTags(TagContext tags) Internal tag accessor.
Tag.create(TagKey, TagValue, TagMetadata).