Uses of Class
io.opentelemetry.exporter.internal.otlp.KeyValueMarshaler
Packages that use KeyValueMarshaler
Package
Description
Utilities for working with the OTLP format.
-
Uses of KeyValueMarshaler in io.opentelemetry.exporter.internal.otlp
Methods in io.opentelemetry.exporter.internal.otlp that return KeyValueMarshalerModifier and TypeMethodDescriptionstatic KeyValueMarshaler[]KeyValueMarshaler.createForAttributes(Attributes attributes) Returns Marshalers for the given Attributes.static KeyValueMarshalerKeyValueMarshaler.createForKeyValue(KeyValue keyValue) Returns Marshaler for the given KeyValue.