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 classAttachmentValueSpanContext(package private) classAutoValue_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. attachmentsprivate java.util.Map<java.lang.String,AttachmentValue>MeasureMapInternal.Builder. attachmentsMethods 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 MeasureMapMeasureMapImpl. putAttachment(java.lang.String key, AttachmentValue value)(package private) MeasureMapInternal.BuilderMeasureMapInternal.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 voidMutableAggregation. add(double value, java.util.Map<java.lang.String,AttachmentValue> attachments, Timestamp timestamp)Put a new value into the MutableAggregation.(package private) voidMutableAggregation.MutableCount. add(double value, java.util.Map<java.lang.String,AttachmentValue> attachments, Timestamp timestamp)(package private) voidMutableAggregation.MutableDistribution. add(double value, java.util.Map<java.lang.String,AttachmentValue> attachments, Timestamp timestamp)(package private) voidMutableAggregation.MutableLastValueDouble. add(double value, java.util.Map<java.lang.String,AttachmentValue> attachments, Timestamp timestamp)(package private) voidMutableAggregation.MutableMean. add(double value, java.util.Map<java.lang.String,AttachmentValue> attachments, Timestamp timestamp)(package private) voidMutableAggregation.MutableSumDouble. add(double value, java.util.Map<java.lang.String,AttachmentValue> attachments, Timestamp timestamp)(package private) voidIntervalBucket. record(java.util.List<TagValue> tagValues, double value, java.util.Map<java.lang.String,AttachmentValue> attachments, Timestamp timestamp)(package private) voidMutableViewData.CumulativeMutableViewData. record(TagContext context, double value, Timestamp timestamp, java.util.Map<java.lang.String,AttachmentValue> attachments)(package private) voidMutableViewData.IntervalMutableViewData. record(TagContext context, double value, Timestamp timestamp, java.util.Map<java.lang.String,AttachmentValue> attachments)(package private) abstract voidMutableViewData. 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 classAttachmentValue.AttachmentValueStringStringAttachmentValue.(package private) classAutoValue_AttachmentValue_AttachmentValueStringFields 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. attachmentsMethods 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 ExemplarExemplar. 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 MeasureMapMeasureMap. putAttachment(java.lang.String key, AttachmentValue value)Associate the contextual information of anExemplarto thisMeasureMap.
-