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