Os Attributes

5 attributes in this category. 5 stable

Stable Attributes

os.build_id

string PII: Maybe OTel: True

The build ID of the operating system.

Example 1234567890
Changelog
v0.1.0 #127
v0.0.0
Raw JSON
{
  "key": "os.build_id",
  "brief": "The build ID of the operating system.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "1234567890",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

os.description

string PII: Maybe OTel: True

Human readable (not intended to be parsed) OS version information, like e.g. reported by ver or lsb_release -a commands.

Example Ubuntu 18.04.1 LTS
Changelog
v0.1.0 #127
v0.0.0
Raw JSON
{
  "key": "os.description",
  "brief": "Human readable (not intended to be parsed) OS version information, like e.g. reported by ver or lsb_release -a commands.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "Ubuntu 18.04.1 LTS",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

os.name

string PII: Maybe OTel: True

Human readable operating system name.

Example Ubuntu
Changelog
v0.1.0 #127
v0.0.0
Raw JSON
{
  "key": "os.name",
  "brief": "Human readable operating system name.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "Ubuntu",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

os.type

string PII: Maybe OTel: True

The operating system type.

Example linux
Changelog
v0.1.0 #127
v0.0.0
Raw JSON
{
  "key": "os.type",
  "brief": "The operating system type.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "linux",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

os.version

string PII: Maybe OTel: True

The version of the operating system.

Example 18.04.2
Changelog
v0.1.0 #127
v0.0.0
Raw JSON
{
  "key": "os.version",
  "brief": "The version of the operating system.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "18.04.2",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}