Uses of Class
io.opentelemetry.exporter.internal.marshal.MarshalerWithSize
-
Packages that use MarshalerWithSize Package Description io.opentelemetry.exporter.internal.otlp Utilities for working with the OTLP format.io.opentelemetry.exporter.internal.otlp.logs Marshaling of OTLP logs.io.opentelemetry.exporter.internal.otlp.metrics Marshaling of OTLP metrics.io.opentelemetry.exporter.internal.otlp.traces Marshaling of OTLP traces. -
-
Uses of MarshalerWithSize in io.opentelemetry.exporter.internal.otlp
Subclasses of MarshalerWithSize in io.opentelemetry.exporter.internal.otlp Modifier and Type Class Description (package private) classArrayAnyValueMarshalerprivate static classArrayAnyValueMarshaler.ArrayValueMarshaler(package private) classBoolAnyValueMarshaler(package private) classBytesAnyValueMarshaler(package private) classDoubleAnyValueMarshalerclassInstrumentationScopeMarshalerA Marshaler ofInstrumentationScopeInfo.private static classInstrumentationScopeMarshaler.RealInstrumentationScopeMarshaler(package private) classIntAnyValueMarshaler(package private) classKeyValueListAnyValueMarshalerprivate static classKeyValueListAnyValueMarshaler.KeyValueListMarshalerclassKeyValueMarshalerA Marshaler of key value pairs.classResourceMarshalerA Marshaler ofResource.private static classResourceMarshaler.RealResourceMarshaler(package private) classStringAnyValueMarshalerA Marshaler of string-valuedAnyValue.Methods in io.opentelemetry.exporter.internal.otlp with type parameters of type MarshalerWithSize Modifier and Type Method Description private static <T,M extends MarshalerWithSize>
MarshalerWithSizeArrayAnyValueMarshaler. createInternal(java.util.List<T> values, java.util.function.Function<T,M> initializer)Methods in io.opentelemetry.exporter.internal.otlp that return MarshalerWithSize Modifier and Type Method Description static MarshalerWithSizeAnyValueMarshaler. create(Value<?> value)(package private) static MarshalerWithSizeBoolAnyValueMarshaler. create(boolean value)(package private) static MarshalerWithSizeBytesAnyValueMarshaler. create(java.nio.ByteBuffer value)(package private) static MarshalerWithSizeDoubleAnyValueMarshaler. create(double value)(package private) static MarshalerWithSizeIntAnyValueMarshaler. create(long value)(package private) static MarshalerWithSizeKeyValueListAnyValueMarshaler. create(java.util.List<KeyValue> values)(package private) static MarshalerWithSizeStringAnyValueMarshaler. create(java.lang.String value)(package private) static MarshalerWithSizeArrayAnyValueMarshaler. createAnyValue(java.util.List<Value<?>> values)(package private) static MarshalerWithSizeArrayAnyValueMarshaler. createBool(java.util.List<java.lang.Boolean> values)(package private) static MarshalerWithSizeArrayAnyValueMarshaler. createDouble(java.util.List<java.lang.Double> values)(package private) static MarshalerWithSizeArrayAnyValueMarshaler. createInt(java.util.List<java.lang.Long> values)private static <T,M extends MarshalerWithSize>
MarshalerWithSizeArrayAnyValueMarshaler. createInternal(java.util.List<T> values, java.util.function.Function<T,M> initializer)(package private) static MarshalerWithSizeArrayAnyValueMarshaler. createString(java.util.List<java.lang.String> values) -
Uses of MarshalerWithSize in io.opentelemetry.exporter.internal.otlp.logs
Subclasses of MarshalerWithSize in io.opentelemetry.exporter.internal.otlp.logs Modifier and Type Class Description (package private) classInstrumentationScopeLogsMarshaler(package private) classLogMarshalerclassLogsRequestMarshalerMarshalerto convert SDKLogRecordDatato OTLP ExportLogsServiceRequest.classResourceLogsMarshalerA Marshaler of ResourceLogs.Fields in io.opentelemetry.exporter.internal.otlp.logs declared as MarshalerWithSize Modifier and Type Field Description private MarshalerWithSizeLogMarshaler. anyValueMarshalerMethods in io.opentelemetry.exporter.internal.otlp.logs with parameters of type MarshalerWithSize Modifier and Type Method Description private static intLogMarshaler. calculateSize(long timeUnixNano, long observedTimeUnixNano, ProtoEnumInfo severityNumber, byte[] severityText, MarshalerWithSize anyValueMarshaler, KeyValueMarshaler[] attributeMarshalers, int droppedAttributesCount, TraceFlags traceFlags, java.lang.String traceId, java.lang.String spanId)Constructors in io.opentelemetry.exporter.internal.otlp.logs with parameters of type MarshalerWithSize Constructor Description LogMarshaler(long timeUnixNano, long observedTimeUnixNano, ProtoEnumInfo severityNumber, byte[] severityText, MarshalerWithSize anyValueMarshaler, KeyValueMarshaler[] attributeMarshalers, int droppedAttributesCount, TraceFlags traceFlags, java.lang.String traceId, java.lang.String spanId) -
Uses of MarshalerWithSize in io.opentelemetry.exporter.internal.otlp.metrics
Subclasses of MarshalerWithSize in io.opentelemetry.exporter.internal.otlp.metrics Modifier and Type Class Description (package private) classExemplarMarshalerclassExponentialHistogramBucketsMarshalerThis class is internal and is hence not for public use.classExponentialHistogramDataPointMarshalerThis class is internal and is hence not for public use.classExponentialHistogramMarshalerThis class is internal and is hence not for public use.(package private) classGaugeMarshaler(package private) classHistogramDataPointMarshaler(package private) classHistogramMarshaler(package private) classInstrumentationScopeMetricsMarshaler(package private) classMetricMarshalerclassMetricsRequestMarshalerMarshalerto convert SDKMetricDatato OTLP ExportMetricsServiceRequest.(package private) classNoopMarshaler(package private) classNumberDataPointMarshalerclassResourceMetricsMarshalerA Marshaler of ResourceMetrics.(package private) classSumMarshaler(package private) classSummaryDataPointMarshaler(package private) classSummaryMarshaler(package private) classValueAtQuantileMarshalerFields in io.opentelemetry.exporter.internal.otlp.metrics declared as MarshalerWithSize Modifier and Type Field Description private MarshalerWithSize[]SummaryDataPointMarshaler. attributesMethods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type MarshalerWithSize 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 MarshalerWithSize Constructor Description 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.traces Modifier and Type Class Description (package private) classInstrumentationScopeSpansMarshalerclassResourceSpansMarshalerA Marshaler of ResourceSpans.(package private) classSpanEventMarshaler(package private) classSpanLinkMarshaler(package private) classSpanMarshaler(package private) classSpanStatusMarshalerclassTraceRequestMarshaler
-