Uses of Class
io.opentelemetry.exporter.internal.otlp.metrics.ValueAtQuantileMarshaler
Packages that use ValueAtQuantileMarshaler
-
Uses of ValueAtQuantileMarshaler in io.opentelemetry.exporter.internal.otlp.metrics
Fields in io.opentelemetry.exporter.internal.otlp.metrics declared as ValueAtQuantileMarshalerModifier and TypeFieldDescriptionprivate final ValueAtQuantileMarshaler[]
SummaryDataPointMarshaler.quantileValues
Methods in io.opentelemetry.exporter.internal.otlp.metrics that return ValueAtQuantileMarshalerModifier and TypeMethodDescriptionprivate static ValueAtQuantileMarshaler
ValueAtQuantileMarshaler.create
(ValueAtQuantile value) (package private) static ValueAtQuantileMarshaler[]
ValueAtQuantileMarshaler.createRepeated
(List<ValueAtQuantile> values) Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ValueAtQuantileMarshalerModifier and TypeMethodDescriptionprivate static int
SummaryDataPointMarshaler.calculateSize
(long startTimeUnixNano, long timeUnixNano, long count, double sum, ValueAtQuantileMarshaler[] quantileValues, MarshalerWithSize[] attributes) Constructors in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ValueAtQuantileMarshalerModifierConstructorDescriptionprivate
SummaryDataPointMarshaler
(long startTimeUnixNano, long timeUnixNano, long count, double sum, ValueAtQuantileMarshaler[] quantileValues, MarshalerWithSize[] attributes)