Device Attributes

3 attributes in this category. 3 stable

Stable Attributes

device.brand

string PII: Maybe OTel: False

The brand of the device.

Example Apple
Raw JSON
{
  "key": "device.brand",
  "brief": "The brand of the device.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "Apple"
}

device.family

string PII: Maybe OTel: False

The family of the device.

Example iPhone
Raw JSON
{
  "key": "device.family",
  "brief": "The family of the device.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "iPhone"
}

device.model

string PII: Maybe OTel: False

The model of the device.

Example iPhone 15 Pro Max
Raw JSON
{
  "key": "device.model",
  "brief": "The model of the device.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "iPhone 15 Pro Max"
}