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.
The SDK implementation of metrics.
-
Uses of LongHistogramBuilder in io.opentelemetry.api.incubator.metrics
Subinterfaces of LongHistogramBuilder in io.opentelemetry.api.incubator.metricsModifier and TypeInterfaceDescriptioninterfaceExtendedLongHistogramBuilderwith experimental APIs.Classes in io.opentelemetry.api.incubator.metrics that implement LongHistogramBuilderModifier and TypeClassDescriptionprivate static classFields in io.opentelemetry.api.incubator.metrics declared as LongHistogramBuilderModifier and TypeFieldDescriptionprivate static final LongHistogramBuilderExtendedDefaultMeter.NoopDoubleHistogramBuilder.NOOP_LONG_HISTOGRAM_BUILDERMethods in io.opentelemetry.api.incubator.metrics that return LongHistogramBuilderModifier and TypeMethodDescriptionExtendedDefaultMeter.NoopDoubleHistogramBuilder.ofLongs()ExtendedDefaultMeter.NoopLongHistogramBuilder.setDescription(String description) -
Uses of LongHistogramBuilder in io.opentelemetry.api.metrics
Classes in io.opentelemetry.api.metrics that implement LongHistogramBuilderFields in io.opentelemetry.api.metrics declared as LongHistogramBuilderModifier and TypeFieldDescriptionprivate static final LongHistogramBuilderDefaultMeter.NoopDoubleHistogramBuilder.NOOP_LONG_HISTOGRAM_BUILDERMethods in io.opentelemetry.api.metrics that return LongHistogramBuilderModifier and TypeMethodDescriptionDefaultMeter.NoopDoubleHistogramBuilder.ofLongs()DoubleHistogramBuilder.ofLongs()Sets the Counter for recordinglongvalues.DefaultMeter.NoopLongHistogramBuilder.setDescription(String description) 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. -
Uses of LongHistogramBuilder in io.opentelemetry.sdk.metrics
Classes in io.opentelemetry.sdk.metrics that implement LongHistogramBuilderModifier and TypeClassDescription(package private) static final classMethods in io.opentelemetry.sdk.metrics that return LongHistogramBuilderModifier and TypeMethodDescriptionSdkDoubleHistogram.SdkDoubleHistogramBuilder.ofLongs()SdkLongHistogram.SdkLongHistogramBuilder.setDescription(String description)