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.util -
Uses of AttachmentValue in io.opencensus.metrics.data
Subclasses of AttachmentValue in io.opencensus.metrics.dataMethods in io.opencensus.metrics.data that return types with arguments of type AttachmentValueModifier and TypeMethodDescriptionabstract 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 AttachmentValue -
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.