Uses of Class
io.opencensus.tags.TagMetadata
Packages that use TagMetadata
Package
Description
API for associating tags with scoped operations.
-
Uses of TagMetadata in io.opencensus.implcore.tags
Methods in io.opencensus.implcore.tags with parameters of type TagMetadataModifier and TypeMethodDescriptionstatic TagValueWithMetadataTagValueWithMetadata.create(TagValue tagValue, TagMetadata tagMetadata) Creates aTagValueWithMetadata. -
Uses of TagMetadata in io.opencensus.tags
Methods in io.opencensus.tags that return TagMetadataModifier and TypeMethodDescriptionstatic TagMetadataTagMetadata.create(TagMetadata.TagTtl tagTtl) Creates aTagMetadatawith the givenTagMetadata.TagTtl.abstract TagMetadataTag.getTagMetadata()Returns theTagMetadataassociated with thisTag.Methods in io.opencensus.tags with parameters of type TagMetadataModifier and TypeMethodDescriptionstatic TagTag.create(TagKey key, TagValue value, TagMetadata tagMetadata) Creates aTagfrom the given key, value and metadata.TagContextBuilder.put(TagKey key, TagValue value, TagMetadata tagMetadata) Adds the key/value pair and metadata regardless of whether the key is present.