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 TagMetadata
HttpRequestContext.METADATA_NO_PROPAGATION
-
Uses of TagMetadata in io.opencensus.implcore.tags
Fields in io.opencensus.implcore.tags declared as TagMetadataModifier and TypeFieldDescriptionprivate static final TagMetadata
TagMapBuilderImpl.METADATA_UNLIMITED_PROPAGATION
private final TagMetadata
AutoValue_TagValueWithMetadata.tagMetadata
Methods in io.opencensus.implcore.tags that return TagMetadataModifier and TypeMethodDescription(package private) TagMetadata
AutoValue_TagValueWithMetadata.getTagMetadata()
(package private) abstract TagMetadata
TagValueWithMetadata.getTagMetadata()
Methods in io.opencensus.implcore.tags with parameters of type TagMetadataModifier and TypeMethodDescriptionstatic TagValueWithMetadata
TagValueWithMetadata.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 TagMetadata
BinarySerializationUtils.METADATA_UNLIMITED_PROPAGATION
(package private) static final TagMetadata
CorrelationContextFormat.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 TagMetadata
TagContextBuilder.METADATA_NO_PROPAGATION
private static final TagMetadata
private static final TagMetadata
TagContextBuilder.METADATA_UNLIMITED_PROPAGATION
private final TagMetadata
AutoValue_Tag.tagMetadata
Methods in io.opencensus.tags that return TagMetadataModifier and TypeMethodDescriptionstatic TagMetadata
TagMetadata.create
(TagMetadata.TagTtl tagTtl) Creates aTagMetadata
with the givenTagMetadata.TagTtl
.AutoValue_Tag.getTagMetadata()
abstract TagMetadata
Tag.getTagMetadata()
Returns theTagMetadata
associated with thisTag
.Methods in io.opencensus.tags with parameters of type TagMetadataModifier and TypeMethodDescriptionstatic Tag
Tag.create
(TagKey key, TagValue value, TagMetadata tagMetadata) Creates aTag
from 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)