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 OpenTelemetry SDK implementation of logging.
The data format to model logs for export.
-
Uses of Value in io.opentelemetry.api.common
Classes in io.opentelemetry.api.common that implement ValueModifier and TypeClassDescription(package private) final class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
Fields in io.opentelemetry.api.common declared as ValueFields in io.opentelemetry.api.common with type parameters of type ValueMethods in io.opentelemetry.api.common that return ValueModifier and TypeMethodDescriptionValueBoolean.create
(boolean value) (package private) static Value
<ByteBuffer> ValueBytes.create
(byte[] value) ValueDouble.create
(double value) ValueLong.create
(long value) KeyValueList.createFromMap
(Map<String, Value<?>> value) Value
<?> AutoValue_KeyValueImpl.getValue()
Value
<?> KeyValue.getValue()
Returns the value.Value.of
(boolean value) Returns anValue
for theboolean
value.static Value
<ByteBuffer> Value.of
(byte[] value) Returns anValue
for thebyte[]
value.Value.of
(double value) Returns anValue
for thedouble
value.Value.of
(long value) Returns anValue
for thelong
value.Methods in io.opentelemetry.api.common that return types with arguments of type ValueMethods in io.opentelemetry.api.common with parameters of type ValueMethod parameters in io.opentelemetry.api.common with type arguments of type ValueConstructors in io.opentelemetry.api.common with parameters of type ValueModifierConstructorDescription(package private)
AutoValue_KeyValueImpl
(String key, Value<?> value) Constructor 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 givenkey
andvalue
in the payload. -
Uses of Value in io.opentelemetry.api.incubator.logs
Methods in io.opentelemetry.api.incubator.logs with parameters of type ValueModifier and TypeMethodDescription -
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
Methods in io.opentelemetry.exporter.internal.otlp with parameters of type ValueModifier and TypeMethodDescriptionstatic MarshalerWithSize
int
AnyValueStatelessMarshaler.getBinarySerializedSize
(Value<?> value, MarshalerContext context) void
AnyValueStatelessMarshaler.writeTo
(Serializer output, Value<?> value, MarshalerContext context) Method parameters in io.opentelemetry.exporter.internal.otlp with type arguments of type ValueModifier and TypeMethodDescription(package private) static MarshalerWithSize
ArrayAnyValueMarshaler.createAnyValue
(List<Value<?>> values) int
ArrayAnyValueStatelessMarshaler.getBinarySerializedSize
(List<Value<?>> value, MarshalerContext context) void
ArrayAnyValueStatelessMarshaler.writeTo
(Serializer output, List<Value<?>> value, MarshalerContext context) -
Uses of Value in io.opentelemetry.sdk.logs
Fields in io.opentelemetry.sdk.logs declared as ValueModifier and TypeFieldDescriptionprivate Value
<?> SdkLogRecordBuilder.body
private final Value
<?> SdkReadWriteLogRecord.body
private final Value
<?> AutoValue_SdkLogRecordData.bodyValue
Methods in io.opentelemetry.sdk.logs that return ValueModifier and TypeMethodDescriptionValue
<?> AutoValue_SdkLogRecordData.getBodyValue()
abstract Value
<?> SdkLogRecordData.getBodyValue()
Methods in io.opentelemetry.sdk.logs with parameters of type ValueModifier and TypeMethodDescription(package private) static SdkLogRecordData
SdkLogRecordData.create
(Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, long epochNanos, long observedEpochNanos, SpanContext spanContext, Severity severity, String severityText, Value<?> body, Attributes attributes, int totalAttributeCount) (package private) static SdkReadWriteLogRecord
SdkReadWriteLogRecord.create
(LogLimits logLimits, Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, long timestampEpochNanos, long observedTimestampEpochNanos, SpanContext spanContext, Severity severity, String severityText, Value<?> body, AttributesMap attributes) Create the log record with the given configuration.Constructors in io.opentelemetry.sdk.logs with parameters of type ValueModifierConstructorDescription(package private)
AutoValue_SdkLogRecordData
(Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, long timestampEpochNanos, long observedTimestampEpochNanos, SpanContext spanContext, Severity severity, String severityText, Attributes attributes, int totalAttributeCount, Value<?> bodyValue) private
SdkReadWriteLogRecord
(LogLimits logLimits, Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, long timestampEpochNanos, long observedTimestampEpochNanos, SpanContext spanContext, Severity severity, String severityText, Value<?> body, AttributesMap attributes) -
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 theValue
representation of the log body, of null if unset. -
Uses of Value in io.opentelemetry.sdk.logs.internal
Fields in io.opentelemetry.sdk.logs.internal with type parameters of type ValueMethods in io.opentelemetry.sdk.logs.internal with parameters of type Value