Uses of Class
io.opentelemetry.exporter.internal.otlp.metrics.HistogramDataPointMarshaler
-
Packages that use HistogramDataPointMarshaler Package Description io.opentelemetry.exporter.internal.otlp.metrics Marshaling of OTLP metrics. -
-
Uses of HistogramDataPointMarshaler in io.opentelemetry.exporter.internal.otlp.metrics
Fields in io.opentelemetry.exporter.internal.otlp.metrics declared as HistogramDataPointMarshaler Modifier and Type Field Description private HistogramDataPointMarshaler[]
HistogramMarshaler. dataPoints
Methods in io.opentelemetry.exporter.internal.otlp.metrics that return HistogramDataPointMarshaler Modifier and Type Method Description (package private) static HistogramDataPointMarshaler
HistogramDataPointMarshaler. create(HistogramPointData point)
(package private) static HistogramDataPointMarshaler[]
HistogramDataPointMarshaler. createRepeated(java.util.Collection<HistogramPointData> points)
Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type HistogramDataPointMarshaler Modifier and Type Method Description private static int
HistogramMarshaler. calculateSize(HistogramDataPointMarshaler[] dataPoints, ProtoEnumInfo aggregationTemporality)
Constructors in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type HistogramDataPointMarshaler Constructor Description HistogramMarshaler(HistogramDataPointMarshaler[] dataPoints, ProtoEnumInfo aggregationTemporality)
-