Uses of Interface
io.opentelemetry.sdk.metrics.data.HistogramData
Packages that use HistogramData
Package
Description
Marshaling of OTLP metrics.
Classes which form the in-memory representation of the OpenTelemetry metrics data model.
The data format to model metrics for export.
-
Uses of HistogramData in io.opentelemetry.exporter.internal.otlp.metrics
Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type HistogramDataModifier and TypeMethodDescription(package private) static HistogramMarshaler
HistogramMarshaler.create
(HistogramData histogram) int
HistogramStatelessMarshaler.getBinarySerializedSize
(HistogramData histogram, MarshalerContext context) void
HistogramStatelessMarshaler.writeTo
(Serializer output, HistogramData histogram, MarshalerContext context) -
Uses of HistogramData in io.opentelemetry.sdk.metrics.data
Methods in io.opentelemetry.sdk.metrics.data that return HistogramDataModifier and TypeMethodDescriptiondefault HistogramData
MetricData.getHistogramData()
Returns theHistogramData
if type isMetricDataType.HISTOGRAM
, otherwise a default empty data. -
Uses of HistogramData in io.opentelemetry.sdk.metrics.internal.data
Classes in io.opentelemetry.sdk.metrics.internal.data that implement HistogramDataModifier and TypeClassDescription(package private) final class
class
A histogram metric point.Methods in io.opentelemetry.sdk.metrics.internal.data with parameters of type HistogramDataModifier and TypeMethodDescriptionstatic MetricData
ImmutableMetricData.createDoubleHistogram
(Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, String name, String description, String unit, HistogramData data) Returns a new MetricData with aMetricDataType.HISTOGRAM
type.