Uses of Class
io.opencensus.metrics.data.AttachmentValue
Packages that use AttachmentValue
Package
Description
This package describes common data models in Metrics that are shared across multiple packages.
API for stats recording.
-
Uses of AttachmentValue in io.opencensus.contrib.exemplar.util
Subclasses of AttachmentValue in io.opencensus.contrib.exemplar.utilModifier and TypeClassDescriptionclass
(package private) final class
-
Uses of AttachmentValue in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats with type parameters of type AttachmentValueModifier and TypeFieldDescriptionprivate final Map
<String, AttachmentValue> MeasureMapInternal.attachments
private final Map
<String, AttachmentValue> MeasureMapInternal.Builder.attachments
Methods in io.opencensus.implcore.stats that return types with arguments of type AttachmentValueModifier and TypeMethodDescription(package private) Map
<String, AttachmentValue> MeasureMapInternal.getAttachments()
Methods in io.opencensus.implcore.stats with parameters of type AttachmentValueModifier and TypeMethodDescriptionMeasureMapImpl.putAttachment
(String key, AttachmentValue value) (package private) MeasureMapInternal.Builder
MeasureMapInternal.Builder.putAttachment
(String key, AttachmentValue value) Method parameters in io.opencensus.implcore.stats with type arguments of type AttachmentValueModifier and TypeMethodDescription(package private) abstract void
MutableAggregation.add
(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) Put a new value into the MutableAggregation.(package private) void
MutableAggregation.MutableCount.add
(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) (package private) void
MutableAggregation.MutableDistribution.add
(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) (package private) void
MutableAggregation.MutableLastValueDouble.add
(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) (package private) void
MutableAggregation.MutableMean.add
(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) (package private) void
MutableAggregation.MutableSumDouble.add
(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) (package private) void
IntervalBucket.record
(List<TagValue> tagValues, double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) (package private) void
MutableViewData.CumulativeMutableViewData.record
(TagContext context, double value, Timestamp timestamp, Map<String, AttachmentValue> attachments) (package private) void
MutableViewData.IntervalMutableViewData.record
(TagContext context, double value, Timestamp timestamp, Map<String, AttachmentValue> attachments) (package private) abstract void
MutableViewData.record
(TagContext context, double value, Timestamp timestamp, Map<String, AttachmentValue> attachments) Record stats with the given tags.MetricUtils.toStringAttachments
(Map<String, AttachmentValue> attachments) Constructor parameters in io.opencensus.implcore.stats with type arguments of type AttachmentValueModifierConstructorDescriptionprivate
MeasureMapInternal
(ArrayList<Measurement> measurements, Map<String, AttachmentValue> attachments) -
Uses of AttachmentValue in io.opencensus.metrics.data
Subclasses of AttachmentValue in io.opencensus.metrics.dataModifier and TypeClassDescriptionstatic class
StringAttachmentValue
.(package private) final class
Fields in io.opencensus.metrics.data with type parameters of type AttachmentValueModifier and TypeFieldDescriptionprivate final Map
<String, AttachmentValue> AutoValue_Exemplar.attachments
Methods in io.opencensus.metrics.data that return types with arguments of type AttachmentValueModifier and TypeMethodDescriptionAutoValue_Exemplar.getAttachments()
abstract Map
<String, AttachmentValue> Exemplar.getAttachments()
Returns the contextual information about the example value.Method parameters in io.opencensus.metrics.data with type arguments of type AttachmentValueModifier and TypeMethodDescriptionstatic Exemplar
Exemplar.create
(double value, Timestamp timestamp, Map<String, AttachmentValue> attachments) Creates anExemplar
.Constructor parameters in io.opencensus.metrics.data with type arguments of type AttachmentValueModifierConstructorDescription(package private)
AutoValue_Exemplar
(double value, Timestamp timestamp, Map<String, AttachmentValue> attachments) -
Uses of AttachmentValue in io.opencensus.stats
Methods in io.opencensus.stats with parameters of type AttachmentValueModifier and TypeMethodDescriptionMeasureMap.putAttachment
(String key, AttachmentValue value) Associate the contextual information of anExemplar
to thisMeasureMap
.