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 classprivate static class(package private) final class(package private) final class(package private) final classfinal classA Marshaler ofInstrumentationScopeInfo.private static final class(package private) final class(package private) final classprivate static classfinal classA Marshaler of key value pairs.final classA Marshaler ofResource.private static final class(package private) final classA 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 MarshalerWithSizeBoolAnyValueMarshaler.create(boolean value) (package private) static MarshalerWithSizeBytesAnyValueMarshaler.create(ByteBuffer value) (package private) static MarshalerWithSizeDoubleAnyValueMarshaler.create(double value) (package private) static MarshalerWithSizeIntAnyValueMarshaler.create(long value) (package private) static MarshalerWithSize(package private) static MarshalerWithSize(package private) static MarshalerWithSizeArrayAnyValueMarshaler.createAnyValue(List<Value<?>> values) (package private) static MarshalerWithSizeArrayAnyValueMarshaler.createBool(List<Boolean> values) (package private) static MarshalerWithSizeArrayAnyValueMarshaler.createDouble(List<Double> values) (package private) static MarshalerWithSizeprivate static <T, M extends MarshalerWithSize>
MarshalerWithSizeArrayAnyValueMarshaler.createInternal(List<T> values, Function<T, M> initializer) (package private) static MarshalerWithSizeArrayAnyValueMarshaler.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 classfinal classMarshalerto convert SDKLogRecordDatato OTLP ExportLogsServiceRequest.final classA 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 intLogMarshaler.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 MarshalerWithSizeModifierConstructorDescriptionprivateLogMarshaler(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 classclassThis class is internal and is hence not for public use.classThis class is internal and is hence not for public use.classThis 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 classfinal classMarshalerto convert SDKMetricDatato OTLP ExportMetricsServiceRequest.(package private) final class(package private) final classfinal classA Marshaler of ResourceMetrics.(package private) final class(package private) final class(package private) final class(package private) final classFields in io.opentelemetry.exporter.internal.otlp.metrics declared as MarshalerWithSizeModifier and TypeFieldDescriptionprivate final MarshalerWithSize[]SummaryDataPointMarshaler.attributesMethods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type MarshalerWithSizeModifier 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 MarshalerWithSizeModifierConstructorDescriptionprivateSummaryDataPointMarshaler(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 classfinal classA Marshaler of ResourceSpans.(package private) final class(package private) final class(package private) final class(package private) final classfinal class