Uses of Interface
io.opentelemetry.api.metrics.LongHistogramBuilder
Packages that use LongHistogramBuilder
Package
Description
This package describes the Metrics API that can be used to record application Metrics.
-
Uses of LongHistogramBuilder in io.opentelemetry.api.incubator.metrics
Subinterfaces of LongHistogramBuilder in io.opentelemetry.api.incubator.metricsModifier and TypeInterfaceDescriptioninterfaceExtendedLongHistogramBuilderwith experimental APIs. -
Uses of LongHistogramBuilder in io.opentelemetry.api.metrics
Methods in io.opentelemetry.api.metrics that return LongHistogramBuilderModifier and TypeMethodDescriptionDoubleHistogramBuilder.ofLongs()Sets the Counter for recordinglongvalues.LongHistogramBuilder.setDescription(String description) Sets the description for this instrument.default LongHistogramBuilderLongHistogramBuilder.setExplicitBucketBoundariesAdvice(List<Long> 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.