Uses of Class
io.opentelemetry.exporter.internal.marshal.MarshalerWithSize
Packages that use MarshalerWithSize
Package
Description
Utilities for working with the OTLP format.
Marshaling of OTLP logs.
Marshaling of OTLP metrics.
Marshaling of OTLP traces.
-
Uses of MarshalerWithSize in io.opentelemetry.exporter.internal.otlp
Subclasses of MarshalerWithSize in io.opentelemetry.exporter.internal.otlpModifier and TypeClassDescription(package private) final class
private static class
(package private) final class
(package private) final class
(package private) final class
final class
A Marshaler ofInstrumentationScopeInfo
.private static final class
(package private) final class
(package private) final class
private static class
final class
A Marshaler of key value pairs.final class
A Marshaler ofResource
.private static final class
(package private) final class
A Marshaler of string-valuedAnyValue
.Methods in io.opentelemetry.exporter.internal.otlp with type parameters of type MarshalerWithSizeModifier and TypeMethodDescriptionprivate static <T,
M extends MarshalerWithSize>
MarshalerWithSizeArrayAnyValueMarshaler.createInternal
(List<T> values, Function<T, M> initializer) Methods in io.opentelemetry.exporter.internal.otlp that return MarshalerWithSizeModifier and TypeMethodDescriptionstatic MarshalerWithSize
(package private) static MarshalerWithSize
BoolAnyValueMarshaler.create
(boolean value) (package private) static MarshalerWithSize
BytesAnyValueMarshaler.create
(ByteBuffer value) (package private) static MarshalerWithSize
DoubleAnyValueMarshaler.create
(double value) (package private) static MarshalerWithSize
IntAnyValueMarshaler.create
(long value) (package private) static MarshalerWithSize
(package private) static MarshalerWithSize
(package private) static MarshalerWithSize
ArrayAnyValueMarshaler.createAnyValue
(List<Value<?>> values) (package private) static MarshalerWithSize
ArrayAnyValueMarshaler.createBool
(List<Boolean> values) (package private) static MarshalerWithSize
ArrayAnyValueMarshaler.createDouble
(List<Double> values) (package private) static MarshalerWithSize
private static <T,
M extends MarshalerWithSize>
MarshalerWithSizeArrayAnyValueMarshaler.createInternal
(List<T> values, Function<T, M> initializer) (package private) static MarshalerWithSize
ArrayAnyValueMarshaler.createString
(List<String> values) -
Uses of MarshalerWithSize in io.opentelemetry.exporter.internal.otlp.logs
Subclasses of MarshalerWithSize in io.opentelemetry.exporter.internal.otlp.logsModifier and TypeClassDescription(package private) final class
(package private) final class
final class
Marshaler
to convert SDKLogRecordData
to OTLP ExportLogsServiceRequest.final class
A Marshaler of ResourceLogs.Fields in io.opentelemetry.exporter.internal.otlp.logs declared as MarshalerWithSizeMethods in io.opentelemetry.exporter.internal.otlp.logs with parameters of type MarshalerWithSizeModifier and TypeMethodDescriptionprivate static int
LogMarshaler.calculateSize
(long timeUnixNano, long observedTimeUnixNano, ProtoEnumInfo severityNumber, byte[] severityText, MarshalerWithSize anyValueMarshaler, KeyValueMarshaler[] attributeMarshalers, int droppedAttributesCount, TraceFlags traceFlags, String traceId, String spanId) Constructors in io.opentelemetry.exporter.internal.otlp.logs with parameters of type MarshalerWithSizeModifierConstructorDescriptionprivate
LogMarshaler
(long timeUnixNano, long observedTimeUnixNano, ProtoEnumInfo severityNumber, byte[] severityText, MarshalerWithSize anyValueMarshaler, KeyValueMarshaler[] attributeMarshalers, int droppedAttributesCount, TraceFlags traceFlags, String traceId, String spanId) -
Uses of MarshalerWithSize in io.opentelemetry.exporter.internal.otlp.metrics
Subclasses of MarshalerWithSize in io.opentelemetry.exporter.internal.otlp.metricsModifier and TypeClassDescription(package private) final class
class
This class is internal and is hence not for public use.class
This class is internal and is hence not for public use.class
This class is internal and is hence not for public use.(package private) final class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
final class
Marshaler
to convert SDKMetricData
to OTLP ExportMetricsServiceRequest.(package private) final class
(package private) final class
final class
A Marshaler of ResourceMetrics.(package private) final class
(package private) final class
(package private) final class
(package private) final class
Fields in io.opentelemetry.exporter.internal.otlp.metrics declared as MarshalerWithSizeModifier and TypeFieldDescriptionprivate final MarshalerWithSize[]
SummaryDataPointMarshaler.attributes
Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type MarshalerWithSizeModifier 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 MarshalerWithSizeModifierConstructorDescriptionprivate
SummaryDataPointMarshaler
(long startTimeUnixNano, long timeUnixNano, long count, double sum, ValueAtQuantileMarshaler[] quantileValues, MarshalerWithSize[] attributes) -
Uses of MarshalerWithSize in io.opentelemetry.exporter.internal.otlp.traces
Subclasses of MarshalerWithSize in io.opentelemetry.exporter.internal.otlp.tracesModifier and TypeClassDescription(package private) final class
final class
A Marshaler of ResourceSpans.(package private) final class
(package private) final class
(package private) final class
(package private) final class
final class