Uses of Class
io.opentelemetry.exporter.internal.otlp.metrics.ValueAtQuantileMarshaler
-
Packages that use ValueAtQuantileMarshaler Package Description io.opentelemetry.exporter.internal.otlp.metrics Marshaling of OTLP metrics. -
-
Uses of ValueAtQuantileMarshaler in io.opentelemetry.exporter.internal.otlp.metrics
Fields in io.opentelemetry.exporter.internal.otlp.metrics declared as ValueAtQuantileMarshaler Modifier and Type Field Description private ValueAtQuantileMarshaler[]SummaryDataPointMarshaler. quantileValuesMethods in io.opentelemetry.exporter.internal.otlp.metrics that return ValueAtQuantileMarshaler Modifier and Type Method Description private static ValueAtQuantileMarshalerValueAtQuantileMarshaler. create(ValueAtQuantile value)(package private) static ValueAtQuantileMarshaler[]ValueAtQuantileMarshaler. createRepeated(java.util.List<ValueAtQuantile> values)Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ValueAtQuantileMarshaler Modifier and Type Method Description private 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 ValueAtQuantileMarshaler Constructor Description SummaryDataPointMarshaler(long startTimeUnixNano, long timeUnixNano, long count, double sum, ValueAtQuantileMarshaler[] quantileValues, MarshalerWithSize[] attributes)
-