Class OtelIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.OtelIncubatingAttributes

public final class OtelIncubatingAttributes extends Object
  • Field Details

    • OTEL_LIBRARY_NAME

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> OTEL_LIBRARY_NAME
      Deprecated.
      Use the otel.scope.name attribute.
      Deprecated. Use the otel.scope.name attribute

    • OTEL_LIBRARY_VERSION

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> OTEL_LIBRARY_VERSION
      Deprecated.
      Use the otel.scope.version attribute.
      Deprecated. Use the otel.scope.version attribute.

    • OTEL_SCOPE_NAME

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> OTEL_SCOPE_NAME
      Deprecated.
      deprecated in favor of stable OtelAttributes.OTEL_SCOPE_NAME attribute.
      The name of the instrumentation scope - (InstrumentationScope.Name in OTLP).

    • OTEL_SCOPE_VERSION

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> OTEL_SCOPE_VERSION
      Deprecated.
      deprecated in favor of stable OtelAttributes.OTEL_SCOPE_VERSION attribute.
      The version of the instrumentation scope - (InstrumentationScope.Version in OTLP).

    • OTEL_STATUS_CODE

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> OTEL_STATUS_CODE
      Deprecated.
      deprecated in favor of stable OtelAttributes.OTEL_STATUS_CODE attribute.
      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_DESCRIPTION
      Deprecated.
      deprecated in favor of stable OtelAttributes.OTEL_STATUS_DESCRIPTION attribute.
      Description of the Status if it has a value, otherwise not set.