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.attachmentsprivate final Map<String, AttachmentValue> MeasureMapInternal.Builder.attachmentsMethods 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.BuilderMeasureMapInternal.Builder.putAttachment(String key, AttachmentValue value) Method parameters in io.opencensus.implcore.stats with type arguments of type AttachmentValueModifier and TypeMethodDescription(package private) abstract voidMutableAggregation.add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) Put a new value into the MutableAggregation.(package private) voidMutableAggregation.MutableCount.add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) (package private) voidMutableAggregation.MutableDistribution.add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) (package private) voidMutableAggregation.MutableLastValueDouble.add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) (package private) voidMutableAggregation.MutableMean.add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) (package private) voidMutableAggregation.MutableSumDouble.add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) (package private) voidIntervalBucket.record(List<TagValue> tagValues, double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) (package private) voidMutableViewData.CumulativeMutableViewData.record(TagContext context, double value, Timestamp timestamp, Map<String, AttachmentValue> attachments) (package private) voidMutableViewData.IntervalMutableViewData.record(TagContext context, double value, Timestamp timestamp, Map<String, AttachmentValue> attachments) (package private) abstract voidMutableViewData.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 AttachmentValueModifierConstructorDescriptionprivateMeasureMapInternal(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 classStringAttachmentValue.(package private) final classFields in io.opencensus.metrics.data with type parameters of type AttachmentValueModifier and TypeFieldDescriptionprivate final Map<String, AttachmentValue> AutoValue_Exemplar.attachmentsMethods 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 ExemplarExemplar.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 anExemplarto thisMeasureMap.