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) class
Fields 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 KeyValueMarshaler
KeyValueMarshaler.createForKeyValue
(KeyValue keyValue) Returns Marshaler for the given KeyValue.int
KeyValueStatelessMarshaler.getBinarySerializedSize
(KeyValue value, MarshalerContext context) void
KeyValueStatelessMarshaler.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 MarshalerWithSize
int
KeyValueListAnyValueStatelessMarshaler.getBinarySerializedSize
(List<KeyValue> value, MarshalerContext context) void
KeyValueListAnyValueStatelessMarshaler.writeTo
(Serializer output, List<KeyValue> value, MarshalerContext context)