Uses of Class
io.opencensus.tags.TagValue
Packages that use TagValue
Package
Description
API for stats recording.
API for associating tags with scoped operations.
-
Uses of TagValue in io.opencensus.implcore.tags
Methods in io.opencensus.implcore.tags that return TagValueModifier and TypeMethodDescriptionabstract TagValueTagValueWithMetadata.getTagValue()Returns theTagValue.Methods in io.opencensus.implcore.tags with parameters of type TagValueModifier and TypeMethodDescriptionstatic TagValueWithMetadataTagValueWithMetadata.create(TagValue tagValue, TagMetadata tagMetadata) Creates aTagValueWithMetadata. -
Uses of TagValue in io.opencensus.stats
Methods in io.opencensus.stats that return types with arguments of type TagValueModifier and TypeMethodDescriptionabstract Map<List<TagValue>, AggregationData> ViewData.getAggregationMap()TheAggregationDatagrouped by combination of tag values, associated with thisViewData.Method parameters in io.opencensus.stats with type arguments of type TagValueModifier and TypeMethodDescriptionstatic ViewDataViewData.create(View view, Map<? extends List<TagValue>, ? extends AggregationData> map, Timestamp start, Timestamp end) Constructs a newViewData.static ViewDataViewData.create(View view, Map<? extends List<TagValue>, ? extends AggregationData> map, ViewData.AggregationWindowData windowData) Deprecated. -
Uses of TagValue in io.opencensus.tags
Methods in io.opencensus.tags that return TagValueModifier and TypeMethodDescriptionstatic TagValueConstructs aTagValuefrom the given string.abstract TagValueTag.getValue()Returns the tag's value.Methods in io.opencensus.tags with parameters of type TagValueModifier and TypeMethodDescriptionstatic TagDeprecated.in favor ofTag.create(TagKey, TagValue, TagMetadata).static TagTag.create(TagKey key, TagValue value, TagMetadata tagMetadata) Creates aTagfrom the given key, value and metadata.abstract TagContextBuilderDeprecated.in favor ofTagContextBuilder.put(TagKey, TagValue, TagMetadata), orTagContextBuilder.putLocal(TagKey, TagValue)if you only want in-process tags.TagContextBuilder.put(TagKey key, TagValue value, TagMetadata tagMetadata) Adds the key/value pair and metadata regardless of whether the key is present.final TagContextBuilderAdds a non-propagating tag to thisTagContextBuilder.final TagContextBuilderTagContextBuilder.putPropagating(TagKey key, TagValue value) Adds an unlimited propagating tag to thisTagContextBuilder.
ViewData.create(View, Map, Timestamp, Timestamp).