Uses of Interface
io.opentelemetry.api.common.Value
Packages that use Value
Package
Description
This package contains code common across the OpenTelemetry APIs, including
Attributes and classes/utilities for interacting with them.API for writing log appenders.
Utilities for working with the OTLP format.
The data format to model logs for export.
-
Uses of Value in io.opentelemetry.api.common
Methods in io.opentelemetry.api.common that return ValueModifier and TypeMethodDescriptionValue<?> KeyValue.getValue()Returns the value.Value.of(boolean value) Returns anValuefor thebooleanvalue.static Value<ByteBuffer> Value.of(byte[] value) Returns anValuefor thebyte[]value.Value.of(double value) Returns anValuefor thedoublevalue.Value.of(long value) Returns anValuefor thelongvalue.Methods in io.opentelemetry.api.common that return types with arguments of type ValueModifier and TypeMethodDescriptionMethods in io.opentelemetry.api.common with parameters of type ValueMethod parameters in io.opentelemetry.api.common with type arguments of type Value -
Uses of Value in io.opentelemetry.api.incubator.events
Methods in io.opentelemetry.api.incubator.events with parameters of type ValueModifier and TypeMethodDescriptionPut the givenkeyandvaluein the payload. -
Uses of Value in io.opentelemetry.api.logs
Methods in io.opentelemetry.api.logs with parameters of type Value -
Uses of Value in io.opentelemetry.exporter.internal.otlp
Classes in io.opentelemetry.exporter.internal.otlp that implement interfaces with type arguments of type ValueModifier and TypeClassDescriptionfinal classA Marshaler of key value pairs.Methods in io.opentelemetry.exporter.internal.otlp with parameters of type ValueModifier and TypeMethodDescriptionstatic MarshalerWithSizeintAnyValueStatelessMarshaler.getBinarySerializedSize(Value<?> value, MarshalerContext context) voidAnyValueStatelessMarshaler.writeTo(Serializer output, Value<?> value, MarshalerContext context) -
Uses of Value in io.opentelemetry.sdk.logs.data
Methods in io.opentelemetry.sdk.logs.data that return ValueModifier and TypeMethodDescriptiondefault Value<?> LogRecordData.getBodyValue()Returns theValuerepresentation of the log body, of null if unset.