Uses of Interface
io.opentelemetry.exporter.internal.marshal.StatelessMarshaler2
Packages that use StatelessMarshaler2
Package
Description
Marshaling framework for serializing data to protobuf format.
Utilities for working with the OTLP format.
Marshaling of OTLP logs.
Marshaling of OTLP metrics.
Marshaling of OTLP traces.
-
Uses of StatelessMarshaler2 in io.opentelemetry.exporter.internal.marshal
Methods in io.opentelemetry.exporter.internal.marshal with parameters of type StatelessMarshaler2Modifier and TypeMethodDescription<K,V> void Serializer.serializeMessageWithContext(ProtoFieldInfo field, K key, V value, StatelessMarshaler2<K, V> marshaler, MarshalerContext context) Serializes a protobuf embeddedmessage.voidSerializer.serializeRepeatedMessageWithContext(ProtoFieldInfo field, Attributes attributes, StatelessMarshaler2<AttributeKey<?>, Object> marshaler, MarshalerContext context) 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 <K,V> int StatelessMarshalerUtil.sizeMessageWithContext(ProtoFieldInfo field, K key, V value, StatelessMarshaler2<K, V> marshaler, MarshalerContext context) Returns the size of a message field.static intStatelessMarshalerUtil.sizeRepeatedMessageWithContext(ProtoFieldInfo field, Attributes attributes, StatelessMarshaler2<AttributeKey<?>, Object> marshaler, MarshalerContext context) 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 StatelessMarshaler2 in io.opentelemetry.exporter.internal.otlp
Classes in io.opentelemetry.exporter.internal.otlp that implement StatelessMarshaler2Modifier and TypeClassDescriptionfinal classA Marshaler of key value pairs. -
Uses of StatelessMarshaler2 in io.opentelemetry.exporter.internal.otlp.logs
Classes in io.opentelemetry.exporter.internal.otlp.logs that implement StatelessMarshaler2Modifier and TypeClassDescriptionfinal classA Marshaler of ResourceLogs. -
Uses of StatelessMarshaler2 in io.opentelemetry.exporter.internal.otlp.metrics
Classes in io.opentelemetry.exporter.internal.otlp.metrics that implement StatelessMarshaler2Modifier and TypeClassDescriptionfinal classA Marshaler of ResourceMetrics. -
Uses of StatelessMarshaler2 in io.opentelemetry.exporter.internal.otlp.traces
Classes in io.opentelemetry.exporter.internal.otlp.traces that implement StatelessMarshaler2Modifier and TypeClassDescriptionfinal classA Marshaler of ResourceSpans.