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
Classes in io.opentelemetry.api.common that implement KeyValueModifier and TypeClassDescription(package private) final class(package private) classFields in io.opentelemetry.api.common with type parameters of type KeyValueMethods in io.opentelemetry.api.common that return KeyValueMethods in io.opentelemetry.api.common that return types with arguments of type KeyValueModifier and TypeMethodDescriptionKeyValueList.createFromMap(Map<String, Value<?>> value) KeyValueList.getValue()Methods in io.opentelemetry.api.common with parameters of type KeyValueModifier and TypeMethodDescriptionConstructor parameters in io.opentelemetry.api.common with type arguments of type KeyValue -
Uses of KeyValue in io.opentelemetry.exporter.internal.otlp
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) Method parameters in io.opentelemetry.exporter.internal.otlp with type arguments of type KeyValueModifier and TypeMethodDescription(package private) static MarshalerWithSizeintKeyValueListAnyValueStatelessMarshaler.getBinarySerializedSize(List<KeyValue> value, MarshalerContext context) voidKeyValueListAnyValueStatelessMarshaler.writeTo(Serializer output, List<KeyValue> value, MarshalerContext context)