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.quantileValuesMethods in io.opentelemetry.exporter.internal.otlp.metrics that return ValueAtQuantileMarshalerModifier and TypeMethodDescriptionprivate static ValueAtQuantileMarshalerValueAtQuantileMarshaler.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 intSummaryDataPointMarshaler.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 ValueAtQuantileMarshalerModifierConstructorDescriptionprivateSummaryDataPointMarshaler(long startTimeUnixNano, long timeUnixNano, long count, double sum, ValueAtQuantileMarshaler[] quantileValues, MarshalerWithSize[] attributes)