Class OsIncubatingAttributes

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

public final class OsIncubatingAttributes extends Object
  • Field Details

    • OS_BUILD_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> OS_BUILD_ID
      Unique identifier for a particular build or compilation of the operating system.
    • OS_DESCRIPTION

      public static final io.opentelemetry.api.common.AttributeKey<String> OS_DESCRIPTION
      Human readable (not intended to be parsed) OS version information, like e.g. reported by ver or lsb_release -a commands.
    • OS_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> OS_NAME
      Human readable operating system name.
    • OS_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> OS_TYPE
      The operating system type.
    • OS_VERSION

      public static final io.opentelemetry.api.common.AttributeKey<String> OS_VERSION
      The version string of the operating system as defined in Version Attributes.