Uses of Class
io.opencensus.tags.TagMetadata
-
Packages that use TagMetadata Package Description io.opencensus.contrib.http io.opencensus.implcore.tags io.opencensus.implcore.tags.propagation io.opencensus.tags API for associating tags with scoped operations. -
-
Uses of TagMetadata in io.opencensus.contrib.http
Fields in io.opencensus.contrib.http declared as TagMetadata Modifier and Type Field Description (package private) static TagMetadata
HttpRequestContext. METADATA_NO_PROPAGATION
-
Uses of TagMetadata in io.opencensus.implcore.tags
Fields in io.opencensus.implcore.tags declared as TagMetadata Modifier and Type Field Description private static TagMetadata
TagMapBuilderImpl. METADATA_UNLIMITED_PROPAGATION
private TagMetadata
AutoValue_TagValueWithMetadata. tagMetadata
Methods in io.opencensus.implcore.tags that return TagMetadata Modifier and Type Method Description (package private) TagMetadata
AutoValue_TagValueWithMetadata. getTagMetadata()
(package private) abstract TagMetadata
TagValueWithMetadata. getTagMetadata()
Methods in io.opencensus.implcore.tags with parameters of type TagMetadata Modifier and Type Method Description static TagValueWithMetadata
TagValueWithMetadata. create(TagValue tagValue, TagMetadata tagMetadata)
Creates aTagValueWithMetadata
.TagContextBuilder
NoopTagMapBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)
TagContextBuilder
TagMapBuilderImpl. put(TagKey key, TagValue value, TagMetadata tagMetadata)
Constructors in io.opencensus.implcore.tags with parameters of type TagMetadata Constructor Description AutoValue_TagValueWithMetadata(TagValue tagValue, TagMetadata tagMetadata)
-
Uses of TagMetadata in io.opencensus.implcore.tags.propagation
Fields in io.opencensus.implcore.tags.propagation declared as TagMetadata Modifier and Type Field Description private static TagMetadata
BinarySerializationUtils. METADATA_UNLIMITED_PROPAGATION
(package private) static TagMetadata
CorrelationContextFormat. METADATA_UNLIMITED_PROPAGATION
-
Uses of TagMetadata in io.opencensus.tags
Subclasses of TagMetadata in io.opencensus.tags Modifier and Type Class Description (package private) class
AutoValue_TagMetadata
Fields in io.opencensus.tags declared as TagMetadata Modifier and Type Field Description private static TagMetadata
TagContextBuilder. METADATA_NO_PROPAGATION
private static TagMetadata
Tag. METADATA_UNLIMITED_PROPAGATION
private static TagMetadata
TagContextBuilder. METADATA_UNLIMITED_PROPAGATION
private TagMetadata
AutoValue_Tag. tagMetadata
Methods in io.opencensus.tags that return TagMetadata Modifier and Type Method Description static TagMetadata
TagMetadata. create(TagMetadata.TagTtl tagTtl)
Creates aTagMetadata
with the givenTagMetadata.TagTtl
.TagMetadata
AutoValue_Tag. getTagMetadata()
abstract TagMetadata
Tag. getTagMetadata()
Returns theTagMetadata
associated with thisTag
.Methods in io.opencensus.tags with parameters of type TagMetadata Modifier and Type Method Description static Tag
Tag. create(TagKey key, TagValue value, TagMetadata tagMetadata)
Creates aTag
from the given key, value and metadata.TagContextBuilder
NoopTags.NoopTagContextBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)
TagContextBuilder
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 TagMetadata Constructor Description AutoValue_Tag(TagKey key, TagValue value, TagMetadata tagMetadata)
-