Class OtelIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.OtelIncubatingAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>Deprecated.Use theotel.scope.nameattribute.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.Use theotel.scope.versionattribute.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableOtelAttributes.OTEL_SCOPE_NAMEattribute.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableOtelAttributes.OTEL_SCOPE_VERSIONattribute.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableOtelAttributes.OTEL_STATUS_CODEattribute.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableOtelAttributes.OTEL_STATUS_DESCRIPTIONattribute. -
Method Summary
-
Field Details
-
OTEL_LIBRARY_NAME
Deprecated.Use theotel.scope.nameattribute.Deprecated. Use theotel.scope.nameattribute -
OTEL_LIBRARY_VERSION
@Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> OTEL_LIBRARY_VERSIONDeprecated.Use theotel.scope.versionattribute.Deprecated. Use theotel.scope.versionattribute. -
OTEL_SCOPE_NAME
Deprecated.deprecated in favor of stableOtelAttributes.OTEL_SCOPE_NAMEattribute.The name of the instrumentation scope - (InstrumentationScope.Namein OTLP). -
OTEL_SCOPE_VERSION
Deprecated.deprecated in favor of stableOtelAttributes.OTEL_SCOPE_VERSIONattribute.The version of the instrumentation scope - (InstrumentationScope.Versionin OTLP). -
OTEL_STATUS_CODE
Deprecated.deprecated in favor of stableOtelAttributes.OTEL_STATUS_CODEattribute.Name of the code, either "OK" or "ERROR". MUST NOT be set if the status code is UNSET. -
OTEL_STATUS_DESCRIPTION
@Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> OTEL_STATUS_DESCRIPTIONDeprecated.deprecated in favor of stableOtelAttributes.OTEL_STATUS_DESCRIPTIONattribute.Description of the Status if it has a value, otherwise not set.
-
OtelAttributes.OtelStatusCodeValues.