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. quantileValues
Methods in io.opentelemetry.exporter.internal.otlp.metrics that return ValueAtQuantileMarshaler Modifier and Type Method Description private static ValueAtQuantileMarshaler
ValueAtQuantileMarshaler. 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 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 ValueAtQuantileMarshaler Constructor Description SummaryDataPointMarshaler(long startTimeUnixNano, long timeUnixNano, long count, double sum, ValueAtQuantileMarshaler[] quantileValues, MarshalerWithSize[] attributes)
-