Uses of Class
io.opencensus.tags.TagValue
-
Packages that use TagValue Package Description io.opencensus.contrib.zpages io.opencensus.implcore.stats io.opencensus.implcore.tags io.opencensus.implcore.tags.propagation io.opencensus.stats API for stats recording.io.opencensus.tags 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 TagValue Modifier and Type Method Description private static void
StatszZPageHandler. emitViewDataRow(View view, java.util.Map.Entry<java.util.List<TagValue>,AggregationData> entry, java.io.PrintWriter out, java.util.Formatter formatter)
-
Uses of TagValue in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats declared as TagValue Modifier and Type Field Description (package private) static TagValue
RecordUtils. UNKNOWN_TAG_VALUE
Fields in io.opencensus.implcore.stats with type parameters of type TagValue Modifier and Type Field Description private java.util.Map<java.util.List<TagValue>,MutableAggregation>
IntervalBucket. tagValueAggregationMap
private java.util.Map<java.util.List<TagValue>,MutableAggregation>
MutableViewData.CumulativeMutableViewData. tagValueAggregationMap
Methods in io.opencensus.implcore.stats that return TagValue Modifier and Type Method Description private static TagValue
RecordUtils. getTagValueForDeprecatedRpcTag(java.util.Map<? extends TagKey,TagValueWithMetadata> tags, TagKey[] newKeys)
Methods in io.opencensus.implcore.stats that return types with arguments of type TagValue Modifier and Type Method Description private java.util.Map<java.util.List<TagValue>,AggregationData>
MutableViewData.IntervalMutableViewData. combineBucketsAndGetAggregationMap(Timestamp now)
(package private) java.util.Map<java.util.List<TagValue>,MutableAggregation>
IntervalBucket. getTagValueAggregationMap()
(package private) static java.util.List<TagValue>
RecordUtils. getTagValues(java.util.Map<? extends TagKey,TagValueWithMetadata> tags, java.util.List<? extends TagKey> columns)
Method parameters in io.opencensus.implcore.stats with type arguments of type TagValue Modifier and Type Method Description private static void
MutableViewData.IntervalMutableViewData. putBucketsIntoMultiMap(java.util.ArrayDeque<IntervalBucket> buckets, com.google.common.collect.Multimap<java.util.List<TagValue>,MutableAggregation> multimap, Aggregation aggregation, Measure measure, Timestamp now)
(package private) void
IntervalBucket. record(java.util.List<TagValue> tagValues, double value, java.util.Map<java.lang.String,AttachmentValue> attachments, Timestamp timestamp)
(package private) static java.util.List<LabelValue>
MetricUtils. tagValuesToLabelValues(java.util.List<TagValue> tagValues)
-
Uses of TagValue in io.opencensus.implcore.tags
Fields in io.opencensus.implcore.tags declared as TagValue Modifier and Type Field Description private TagValue
AutoValue_TagValueWithMetadata. tagValue
Methods in io.opencensus.implcore.tags that return TagValue Modifier and Type Method Description TagValue
AutoValue_TagValueWithMetadata. getTagValue()
abstract TagValue
TagValueWithMetadata. getTagValue()
Returns theTagValue
.Methods in io.opencensus.implcore.tags with parameters of type TagValue Modifier and Type Method Description static TagValueWithMetadata
TagValueWithMetadata. create(TagValue tagValue, TagMetadata tagMetadata)
Creates aTagValueWithMetadata
.TagContextBuilder
NoopTagMapBuilder. put(TagKey key, TagValue value)
TagContextBuilder
NoopTagMapBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)
TagMapBuilderImpl
TagMapBuilderImpl. put(TagKey key, TagValue value)
TagContextBuilder
TagMapBuilderImpl. put(TagKey key, TagValue value, TagMetadata tagMetadata)
Constructors in io.opencensus.implcore.tags with parameters of type TagValue Constructor Description AutoValue_TagValueWithMetadata(TagValue tagValue, TagMetadata tagMetadata)
-
Uses of TagValue in io.opencensus.implcore.tags.propagation
Methods in io.opencensus.implcore.tags.propagation that return TagValue Modifier and Type Method Description private static TagValue
BinarySerializationUtils. createTagValue(TagKey key, java.lang.String value)
-
Uses of TagValue in io.opencensus.stats
Fields in io.opencensus.stats with type parameters of type TagValue Modifier and Type Field Description private java.util.Map<java.util.List<TagValue>,AggregationData>
AutoValue_ViewData. aggregationMap
Methods in io.opencensus.stats that return types with arguments of type TagValue Modifier and Type Method Description java.util.Map<java.util.List<TagValue>,AggregationData>
AutoValue_ViewData. getAggregationMap()
abstract java.util.Map<java.util.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 TagValue Modifier and Type Method Description static ViewData
ViewData. create(View view, java.util.Map<? extends java.util.List<TagValue>,? extends AggregationData> map, Timestamp start, Timestamp end)
Constructs a newViewData
.static ViewData
ViewData. create(View view, java.util.Map<? extends java.util.List<TagValue>,? extends AggregationData> map, ViewData.AggregationWindowData windowData)
Deprecated.in favor ofViewData.create(View, Map, Timestamp, Timestamp)
.private static ViewData
ViewData. createInternal(View view, java.util.Map<java.util.List<TagValue>,AggregationData> aggregationMap, ViewData.AggregationWindowData window, Timestamp start, Timestamp end)
Constructor parameters in io.opencensus.stats with type arguments of type TagValue Constructor Description AutoValue_ViewData(View view, java.util.Map<java.util.List<TagValue>,AggregationData> aggregationMap, ViewData.AggregationWindowData windowData, Timestamp start, Timestamp end)
-
Uses of TagValue in io.opencensus.tags
Subclasses of TagValue in io.opencensus.tags Modifier and Type Class Description (package private) class
AutoValue_TagValue
Fields in io.opencensus.tags declared as TagValue Modifier and Type Field Description private TagValue
AutoValue_Tag. value
Methods in io.opencensus.tags that return TagValue Modifier and Type Method Description static TagValue
TagValue. create(java.lang.String value)
Constructs aTagValue
from the given string.TagValue
AutoValue_Tag. getValue()
abstract TagValue
Tag. getValue()
Returns the tag's value.Methods in io.opencensus.tags with parameters of type TagValue Modifier and Type Method Description static Tag
Tag. create(TagKey key, TagValue value)
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.TagContextBuilder
NoopTags.NoopTagContextBuilder. put(TagKey key, TagValue value)
TagContextBuilder
NoopTags.NoopTagContextBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)
abstract TagContextBuilder
TagContextBuilder. put(TagKey key, TagValue value)
Deprecated.in favor ofTagContextBuilder.put(TagKey, TagValue, TagMetadata)
, orTagContextBuilder.putLocal(TagKey, TagValue)
if you only want in-process tags.TagContextBuilder
TagContextBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)
Adds the key/value pair and metadata regardless of whether the key is present.TagContextBuilder
TagContextBuilder. putLocal(TagKey key, TagValue value)
Adds a non-propagating tag to thisTagContextBuilder
.TagContextBuilder
TagContextBuilder. putPropagating(TagKey key, TagValue value)
Adds an unlimited propagating tag to thisTagContextBuilder
.Constructors in io.opencensus.tags with parameters of type TagValue Constructor Description AutoValue_Tag(TagKey key, TagValue value, TagMetadata tagMetadata)
-