Uses of Class
io.opentelemetry.exporter.internal.otlp.metrics.HistogramDataPointMarshaler
Packages that use HistogramDataPointMarshaler
-
Uses of HistogramDataPointMarshaler in io.opentelemetry.exporter.internal.otlp.metrics
Fields in io.opentelemetry.exporter.internal.otlp.metrics declared as HistogramDataPointMarshalerModifier and TypeFieldDescriptionprivate final HistogramDataPointMarshaler[]
HistogramMarshaler.dataPoints
Methods in io.opentelemetry.exporter.internal.otlp.metrics that return HistogramDataPointMarshalerModifier and TypeMethodDescription(package private) static HistogramDataPointMarshaler
HistogramDataPointMarshaler.create
(HistogramPointData point) (package private) static HistogramDataPointMarshaler[]
HistogramDataPointMarshaler.createRepeated
(Collection<HistogramPointData> points) Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type HistogramDataPointMarshalerModifier and TypeMethodDescriptionprivate static int
HistogramMarshaler.calculateSize
(HistogramDataPointMarshaler[] dataPoints, ProtoEnumInfo aggregationTemporality) Constructors in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type HistogramDataPointMarshalerModifierConstructorDescriptionprivate
HistogramMarshaler
(HistogramDataPointMarshaler[] dataPoints, ProtoEnumInfo aggregationTemporality)