Uses of Class
io.opentelemetry.exporter.internal.marshal.MarshalerContext.Key
Packages that use MarshalerContext.Key
Package
Description
Marshaling framework for serializing data to protobuf format.
Marshaling of OTLP logs.
Marshaling of OTLP metrics.
Marshaling of OTLP traces.
-
Uses of MarshalerContext.Key in io.opentelemetry.exporter.internal.marshal
Fields in io.opentelemetry.exporter.internal.marshal declared as MarshalerContext.KeyModifier and TypeFieldDescriptionprivate static final MarshalerContext.KeyStatelessMarshalerUtil.ATTRIBUTES_SIZE_CALCULATOR_KEYprivate static final MarshalerContext.KeySerializer.ATTRIBUTES_WRITER_KEYprivate static final MarshalerContext.KeyStatelessMarshalerUtil.GROUPER_KEYMethods in io.opentelemetry.exporter.internal.marshal that return MarshalerContext.KeyMethods in io.opentelemetry.exporter.internal.marshal with parameters of type MarshalerContext.KeyModifier and TypeMethodDescription<T> TMarshalerContext.getInstance(MarshalerContext.Key key, Supplier<T> supplier) <T> voidSerializer.serializeRepeatedMessageWithContext(ProtoFieldInfo field, Collection<? extends T> messages, StatelessMarshaler<T> marshaler, MarshalerContext context, MarshalerContext.Key key) Serializesrepeated messagefield.<K,V> void Serializer.serializeRepeatedMessageWithContext(ProtoFieldInfo field, Map<K, V> messages, StatelessMarshaler2<K, V> marshaler, MarshalerContext context, MarshalerContext.Key key) Serializesrepeated messagefield.static <T> intStatelessMarshalerUtil.sizeRepeatedMessageWithContext(ProtoFieldInfo field, Collection<? extends T> messages, StatelessMarshaler<T> marshaler, MarshalerContext context, MarshalerContext.Key key) Returns the size of a repeated message field.static <K,V> int StatelessMarshalerUtil.sizeRepeatedMessageWithContext(ProtoFieldInfo field, Map<K, V> messages, StatelessMarshaler2<K, V> marshaler, MarshalerContext context, MarshalerContext.Key key) Returns the size of a repeated message field. -
Uses of MarshalerContext.Key in io.opentelemetry.exporter.internal.otlp.logs
Fields in io.opentelemetry.exporter.internal.otlp.logs declared as MarshalerContext.KeyModifier and TypeFieldDescriptionprivate static final MarshalerContext.KeyLowAllocationLogsRequestMarshaler.RESOURCE_LOG_SIZE_CALCULATOR_KEYprivate static final MarshalerContext.KeyLowAllocationLogsRequestMarshaler.RESOURCE_LOG_WRITER_KEYprivate static final MarshalerContext.KeyResourceLogsStatelessMarshaler.SCOPE_LOG_SIZE_CALCULATOR_KEYprivate static final MarshalerContext.KeyResourceLogsStatelessMarshaler.SCOPE_LOG_WRITER_KEY -
Uses of MarshalerContext.Key in io.opentelemetry.exporter.internal.otlp.metrics
Fields in io.opentelemetry.exporter.internal.otlp.metrics declared as MarshalerContext.KeyModifier and TypeFieldDescriptionprivate static final MarshalerContext.KeyExponentialHistogramStatelessMarshaler.DATA_POINT_SIZE_CALCULATOR_KEYprivate static final MarshalerContext.KeyGaugeStatelessMarshaler.DATA_POINT_SIZE_CALCULATOR_KEYprivate static final MarshalerContext.KeyHistogramStatelessMarshaler.DATA_POINT_SIZE_CALCULATOR_KEYprivate static final MarshalerContext.KeySummaryStatelessMarshaler.DATA_POINT_SIZE_CALCULATOR_KEYprivate static final MarshalerContext.KeySumStatelessMarshaler.DATA_POINT_SIZE_CALCULATOR_KEYprivate static final MarshalerContext.KeyExponentialHistogramStatelessMarshaler.DATA_POINT_WRITER_KEYprivate static final MarshalerContext.KeyGaugeStatelessMarshaler.DATA_POINT_WRITER_KEYprivate static final MarshalerContext.KeyHistogramStatelessMarshaler.DATA_POINT_WRITER_KEYprivate static final MarshalerContext.KeySummaryStatelessMarshaler.DATA_POINT_WRITER_KEYprivate static final MarshalerContext.KeySumStatelessMarshaler.DATA_POINT_WRITER_KEYprivate static final MarshalerContext.KeyLowAllocationMetricsRequestMarshaler.RESOURCE_METRIC_SIZE_CALCULATOR_KEYprivate static final MarshalerContext.KeyLowAllocationMetricsRequestMarshaler.RESOURCE_METRIC_WRITER_KEYprivate static final MarshalerContext.KeyResourceMetricsStatelessMarshaler.SCOPE_METRIC_SIZE_CALCULATOR_KEYprivate static final MarshalerContext.KeyResourceMetricsStatelessMarshaler.SCOPE_METRIC_WRITER_KEY -
Uses of MarshalerContext.Key in io.opentelemetry.exporter.internal.otlp.traces
Fields in io.opentelemetry.exporter.internal.otlp.traces declared as MarshalerContext.KeyModifier and TypeFieldDescriptionprivate static final MarshalerContext.KeyLowAllocationTraceRequestMarshaler.RESOURCE_SPAN_SIZE_CALCULATOR_KEYprivate static final MarshalerContext.KeyLowAllocationTraceRequestMarshaler.RESOURCE_SPAN_WRITER_KEYprivate static final MarshalerContext.KeyResourceSpansStatelessMarshaler.SCOPE_SPAN_SIZE_CALCULATOR_KEYprivate static final MarshalerContext.KeyResourceSpansStatelessMarshaler.SCOPE_SPAN_WRITER_KEY