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 voidStatszZPageHandler. 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 TagValueRecordUtils. UNKNOWN_TAG_VALUEFields 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. tagValueAggregationMapprivate java.util.Map<java.util.List<TagValue>,MutableAggregation>MutableViewData.CumulativeMutableViewData. tagValueAggregationMapMethods in io.opencensus.implcore.stats that return TagValue Modifier and Type Method Description private static TagValueRecordUtils. 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 voidMutableViewData.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) voidIntervalBucket. 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 TagValueAutoValue_TagValueWithMetadata. tagValueMethods in io.opencensus.implcore.tags that return TagValue Modifier and Type Method Description TagValueAutoValue_TagValueWithMetadata. getTagValue()abstract TagValueTagValueWithMetadata. getTagValue()Returns theTagValue.Methods in io.opencensus.implcore.tags with parameters of type TagValue Modifier and Type Method Description static TagValueWithMetadataTagValueWithMetadata. create(TagValue tagValue, TagMetadata tagMetadata)Creates aTagValueWithMetadata.TagContextBuilderNoopTagMapBuilder. put(TagKey key, TagValue value)TagContextBuilderNoopTagMapBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)TagMapBuilderImplTagMapBuilderImpl. put(TagKey key, TagValue value)TagContextBuilderTagMapBuilderImpl. 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 TagValueBinarySerializationUtils. 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. aggregationMapMethods 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()TheAggregationDatagrouped 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 ViewDataViewData. create(View view, java.util.Map<? extends java.util.List<TagValue>,? extends AggregationData> map, Timestamp start, Timestamp end)Constructs a newViewData.static ViewDataViewData. 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 ViewDataViewData. 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) classAutoValue_TagValueFields in io.opencensus.tags declared as TagValue Modifier and Type Field Description private TagValueAutoValue_Tag. valueMethods in io.opencensus.tags that return TagValue Modifier and Type Method Description static TagValueTagValue. create(java.lang.String value)Constructs aTagValuefrom the given string.TagValueAutoValue_Tag. getValue()abstract TagValueTag. getValue()Returns the tag's value.Methods in io.opencensus.tags with parameters of type TagValue Modifier and Type Method Description static TagTag. create(TagKey key, TagValue value)Deprecated.in favor ofTag.create(TagKey, TagValue, TagMetadata).static TagTag. create(TagKey key, TagValue value, TagMetadata tagMetadata)Creates aTagfrom the given key, value and metadata.TagContextBuilderNoopTags.NoopTagContextBuilder. put(TagKey key, TagValue value)TagContextBuilderNoopTags.NoopTagContextBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)abstract TagContextBuilderTagContextBuilder. put(TagKey key, TagValue value)Deprecated.in favor ofTagContextBuilder.put(TagKey, TagValue, TagMetadata), orTagContextBuilder.putLocal(TagKey, TagValue)if you only want in-process tags.TagContextBuilderTagContextBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)Adds the key/value pair and metadata regardless of whether the key is present.TagContextBuilderTagContextBuilder. putLocal(TagKey key, TagValue value)Adds a non-propagating tag to thisTagContextBuilder.TagContextBuilderTagContextBuilder. 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)
-