Uses of Interface
io.opentelemetry.api.metrics.DoubleHistogramBuilder
Packages that use DoubleHistogramBuilder
Package
Description
This package describes the Metrics API that can be used to record application Metrics.
-
Uses of DoubleHistogramBuilder in io.opentelemetry.api.incubator.metrics
Subinterfaces of DoubleHistogramBuilder in io.opentelemetry.api.incubator.metricsModifier and TypeInterfaceDescriptioninterfaceExtendedDoubleHistogramBuilderwith experimental APIs. -
Uses of DoubleHistogramBuilder in io.opentelemetry.api.metrics
Methods in io.opentelemetry.api.metrics that return DoubleHistogramBuilderModifier and TypeMethodDescriptionMeter.histogramBuilder(String name) Constructs a Histogram instrument.DoubleHistogramBuilder.setDescription(String description) Sets the description for this instrument.default DoubleHistogramBuilderDoubleHistogramBuilder.setExplicitBucketBoundariesAdvice(List<Double> bucketBoundaries) Set the explicit bucket buckets boundaries advice, which suggests the recommended set of explicit bucket boundaries for this histogram.Sets the unit of measure for this instrument.