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 voidStatszZPageHandler.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 TagValueRecordUtils.UNKNOWN_TAG_VALUEFields in io.opencensus.implcore.stats with type parameters of type TagValueModifier and TypeFieldDescriptionprivate final Map<List<TagValue>, MutableAggregation> IntervalBucket.tagValueAggregationMapprivate final Map<List<TagValue>, MutableAggregation> MutableViewData.CumulativeMutableViewData.tagValueAggregationMapMethods in io.opencensus.implcore.stats that return TagValueModifier and TypeMethodDescriptionprivate static TagValueRecordUtils.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 voidMutableViewData.IntervalMutableViewData.putBucketsIntoMultiMap(ArrayDeque<IntervalBucket> buckets, com.google.common.collect.Multimap<List<TagValue>, MutableAggregation> multimap, Aggregation aggregation, Measure measure, Timestamp now) (package private) voidIntervalBucket.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 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.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 TagValueBinarySerializationUtils.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.aggregationMapMethods in io.opencensus.stats that return types with arguments of type TagValueModifier and TypeMethodDescriptionAutoValue_ViewData.getAggregationMap()abstract 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.private static ViewDataViewData.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 TagValueConstructs aTagValuefrom the given string.AutoValue_Tag.getValue()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.NoopTags.NoopTagContextBuilder.put(TagKey key, TagValue value, TagMetadata tagMetadata) 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.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).