Uses of Interface
io.opentelemetry.api.common.KeyValue
Packages that use KeyValue
Package
Description
This package contains code common across the OpenTelemetry APIs, including
Attributes and classes/utilities for interacting with them.Utilities for working with the OTLP format.
-
Uses of KeyValue in io.opentelemetry.api.common
Methods in io.opentelemetry.api.common that return KeyValueMethods in io.opentelemetry.api.common that return types with arguments of type KeyValueModifier and TypeMethodDescriptionMethods in io.opentelemetry.api.common with parameters of type KeyValue -
Uses of KeyValue in io.opentelemetry.exporter.internal.otlp
Classes in io.opentelemetry.exporter.internal.otlp that implement interfaces with type arguments of type KeyValueModifier and TypeClassDescriptionfinal classA Marshaler of key value pairs.Methods in io.opentelemetry.exporter.internal.otlp with parameters of type KeyValueModifier and TypeMethodDescriptionstatic KeyValueMarshalerKeyValueMarshaler.createForKeyValue(KeyValue keyValue) Returns Marshaler for the given KeyValue.intKeyValueStatelessMarshaler.getBinarySerializedSize(KeyValue value, MarshalerContext context) voidKeyValueStatelessMarshaler.writeTo(Serializer output, KeyValue value, MarshalerContext context)