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.contrib.zpages
Method parameters in io.opencensus.contrib.zpages with type arguments of type TagValueModifier and TypeMethodDescriptionprivate static void
StatszZPageHandler.emitViewDataRow
(View view, Map.Entry<List<TagValue>, AggregationData> entry, PrintWriter out, Formatter formatter) -
Uses of TagValue in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats declared as TagValueModifier and TypeFieldDescription(package private) static final TagValue
RecordUtils.UNKNOWN_TAG_VALUE
Fields in io.opencensus.implcore.stats with type parameters of type TagValueModifier and TypeFieldDescriptionprivate final Map
<List<TagValue>, MutableAggregation> IntervalBucket.tagValueAggregationMap
private final Map
<List<TagValue>, MutableAggregation> MutableViewData.CumulativeMutableViewData.tagValueAggregationMap
Methods in io.opencensus.implcore.stats that return TagValueModifier and TypeMethodDescriptionprivate static TagValue
RecordUtils.getTagValueForDeprecatedRpcTag
(Map<? extends TagKey, TagValueWithMetadata> tags, TagKey[] newKeys) Methods in io.opencensus.implcore.stats that return types with arguments of type TagValueModifier and TypeMethodDescriptionprivate Map
<List<TagValue>, AggregationData> MutableViewData.IntervalMutableViewData.combineBucketsAndGetAggregationMap
(Timestamp now) (package private) Map
<List<TagValue>, MutableAggregation> IntervalBucket.getTagValueAggregationMap()
RecordUtils.getTagValues
(Map<? extends TagKey, TagValueWithMetadata> tags, List<? extends TagKey> columns) Method parameters in io.opencensus.implcore.stats with type arguments of type TagValueModifier and TypeMethodDescriptionprivate static void
MutableViewData.IntervalMutableViewData.putBucketsIntoMultiMap
(ArrayDeque<IntervalBucket> buckets, com.google.common.collect.Multimap<List<TagValue>, MutableAggregation> multimap, Aggregation aggregation, Measure measure, Timestamp now) (package private) void
IntervalBucket.record
(List<TagValue> tagValues, double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) (package private) static List
<LabelValue> MetricUtils.tagValuesToLabelValues
(List<TagValue> tagValues) -
Uses of TagValue in io.opencensus.implcore.tags
Fields in io.opencensus.implcore.tags declared as TagValueMethods in io.opencensus.implcore.tags that return TagValueModifier and TypeMethodDescriptionAutoValue_TagValueWithMetadata.getTagValue()
abstract TagValue
TagValueWithMetadata.getTagValue()
Returns theTagValue
.Methods in io.opencensus.implcore.tags with parameters of type TagValueModifier 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 TagValueModifierConstructorDescription(package private)
AutoValue_TagValueWithMetadata
(TagValue tagValue, TagMetadata tagMetadata) -
Uses of TagValue in io.opencensus.implcore.tags.propagation
Methods in io.opencensus.implcore.tags.propagation that return TagValueModifier and TypeMethodDescriptionprivate static final TagValue
BinarySerializationUtils.createTagValue
(TagKey key, String value) -
Uses of TagValue in io.opencensus.stats
Fields in io.opencensus.stats with type parameters of type TagValueModifier and TypeFieldDescriptionprivate final Map
<List<TagValue>, AggregationData> AutoValue_ViewData.aggregationMap
Methods in io.opencensus.stats that return types with arguments of type TagValueModifier and TypeMethodDescriptionAutoValue_ViewData.getAggregationMap()
abstract Map
<List<TagValue>, AggregationData> ViewData.getAggregationMap()
TheAggregationData
grouped by combination of tag values, associated with thisViewData
.Method parameters in io.opencensus.stats with type arguments of type TagValueModifier and TypeMethodDescriptionstatic ViewData
ViewData.create
(View view, Map<? extends List<TagValue>, ? extends AggregationData> map, Timestamp start, Timestamp end) Constructs a newViewData
.static ViewData
ViewData.create
(View view, Map<? extends List<TagValue>, ? extends AggregationData> map, ViewData.AggregationWindowData windowData) Deprecated.private static ViewData
ViewData.createInternal
(View view, Map<List<TagValue>, AggregationData> aggregationMap, ViewData.AggregationWindowData window, Timestamp start, Timestamp end) Constructor parameters in io.opencensus.stats with type arguments of type TagValueModifierConstructorDescription(package private)
AutoValue_ViewData
(View view, Map<List<TagValue>, AggregationData> aggregationMap, ViewData.AggregationWindowData windowData, Timestamp start, Timestamp end) -
Uses of TagValue in io.opencensus.tags
Subclasses of TagValue in io.opencensus.tagsFields in io.opencensus.tags declared as TagValueMethods in io.opencensus.tags that return TagValueModifier and TypeMethodDescriptionstatic TagValue
Constructs aTagValue
from the given string.AutoValue_Tag.getValue()
abstract TagValue
Tag.getValue()
Returns the tag's value.Methods in io.opencensus.tags with parameters of type TagValueModifier and TypeMethodDescriptionstatic Tag
Deprecated.in favor ofTag.create(TagKey, TagValue, TagMetadata)
.static 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) abstract TagContextBuilder
Deprecated.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 TagContextBuilder
Adds a non-propagating tag to thisTagContextBuilder
.final TagContextBuilder
TagContextBuilder.putPropagating
(TagKey key, TagValue value) Adds an unlimited propagating tag to thisTagContextBuilder
.Constructors in io.opencensus.tags with parameters of type TagValueModifierConstructorDescription(package private)
AutoValue_Tag
(TagKey key, TagValue value, TagMetadata tagMetadata)
ViewData.create(View, Map, Timestamp, Timestamp)
.