Class TelemetryIncubatingAttributes

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

public final class TelemetryIncubatingAttributes extends Object
  • Field Details

    • TELEMETRY_DISTRO_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> TELEMETRY_DISTRO_NAME
      The name of the auto instrumentation agent or distribution, if used.

      Notes:

      Official auto instrumentation agents and distributions SHOULD set the telemetry.distro.name attribute to a string starting with opentelemetry-, e.g. opentelemetry-java-instrumentation.

    • TELEMETRY_DISTRO_VERSION

      public static final io.opentelemetry.api.common.AttributeKey<String> TELEMETRY_DISTRO_VERSION
      The version string of the auto instrumentation agent or distribution, if used.
    • TELEMETRY_SDK_LANGUAGE

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> TELEMETRY_SDK_LANGUAGE
      Deprecated.
      deprecated in favor of stable TelemetryAttributes.TELEMETRY_SDK_LANGUAGE attribute.
      The language of the telemetry SDK.

    • TELEMETRY_SDK_NAME

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> TELEMETRY_SDK_NAME
      Deprecated.
      deprecated in favor of stable TelemetryAttributes.TELEMETRY_SDK_NAME attribute.
      The name of the telemetry SDK as defined above.

      Notes:

      The OpenTelemetry SDK MUST set the telemetry.sdk.name attribute to opentelemetry. If another SDK, like a fork or a vendor-provided implementation, is used, this SDK MUST set the telemetry.sdk.name attribute to the fully-qualified class or module name of this SDK's main entry point or another suitable identifier depending on the language. The identifier opentelemetry is reserved and MUST NOT be used in this case. All custom identifiers SHOULD be stable across different versions of an implementation.

    • TELEMETRY_SDK_VERSION

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> TELEMETRY_SDK_VERSION
      Deprecated.
      deprecated in favor of stable TelemetryAttributes.TELEMETRY_SDK_VERSION attribute.
      The version string of the telemetry SDK.