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.contrib.http
Fields in io.opencensus.contrib.http declared as TagMetadataModifier and TypeFieldDescription(package private) static final TagMetadataHttpRequestContext.METADATA_NO_PROPAGATION -
Uses of TagMetadata in io.opencensus.implcore.tags
Fields in io.opencensus.implcore.tags declared as TagMetadataModifier and TypeFieldDescriptionprivate static final TagMetadataTagMapBuilderImpl.METADATA_UNLIMITED_PROPAGATIONprivate final TagMetadataAutoValue_TagValueWithMetadata.tagMetadataMethods in io.opencensus.implcore.tags that return TagMetadataModifier and TypeMethodDescription(package private) TagMetadataAutoValue_TagValueWithMetadata.getTagMetadata()(package private) abstract TagMetadataTagValueWithMetadata.getTagMetadata()Methods in io.opencensus.implcore.tags with parameters of type TagMetadataModifier and TypeMethodDescriptionstatic TagValueWithMetadataTagValueWithMetadata.create(TagValue tagValue, TagMetadata tagMetadata) Creates aTagValueWithMetadata.NoopTagMapBuilder.put(TagKey key, TagValue value, TagMetadata tagMetadata) TagMapBuilderImpl.put(TagKey key, TagValue value, TagMetadata tagMetadata) Constructors in io.opencensus.implcore.tags with parameters of type TagMetadataModifierConstructorDescription(package private)AutoValue_TagValueWithMetadata(TagValue tagValue, TagMetadata tagMetadata) -
Uses of TagMetadata in io.opencensus.implcore.tags.propagation
Fields in io.opencensus.implcore.tags.propagation declared as TagMetadataModifier and TypeFieldDescriptionprivate static final TagMetadataBinarySerializationUtils.METADATA_UNLIMITED_PROPAGATION(package private) static final TagMetadataCorrelationContextFormat.METADATA_UNLIMITED_PROPAGATION -
Uses of TagMetadata in io.opencensus.tags
Subclasses of TagMetadata in io.opencensus.tagsFields in io.opencensus.tags declared as TagMetadataModifier and TypeFieldDescriptionprivate static final TagMetadataTagContextBuilder.METADATA_NO_PROPAGATIONprivate static final TagMetadataprivate static final TagMetadataTagContextBuilder.METADATA_UNLIMITED_PROPAGATIONprivate final TagMetadataAutoValue_Tag.tagMetadataMethods in io.opencensus.tags that return TagMetadataModifier and TypeMethodDescriptionstatic TagMetadataTagMetadata.create(TagMetadata.TagTtl tagTtl) Creates aTagMetadatawith the givenTagMetadata.TagTtl.AutoValue_Tag.getTagMetadata()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.NoopTags.NoopTagContextBuilder.put(TagKey key, TagValue value, TagMetadata tagMetadata) TagContextBuilder.put(TagKey key, TagValue value, TagMetadata tagMetadata) Adds the key/value pair and metadata regardless of whether the key is present.Constructors in io.opencensus.tags with parameters of type TagMetadataModifierConstructorDescription(package private)AutoValue_Tag(TagKey key, TagValue value, TagMetadata tagMetadata)