Cloud Attributes

5 attributes in this category. 5 stable

Stable Attributes

cloud.account.id

string PII: Maybe Visibility: Public OTel: True

The cloud account ID the resource is assigned to

Example 123456789012
Changelog
v0.7.0 #364 Added cloud.account.id attribute
Raw JSON
{
  "key": "cloud.account.id",
  "brief": "The cloud account ID the resource is assigned to",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "123456789012",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        364
      ],
      "description": "Added cloud.account.id attribute"
    }
  ]
}

cloud.availability_zone

string PII: Maybe Visibility: Public OTel: True

Cloud regions often have multiple, isolated locations known as zones to increase availability

Example us-east-1c
Changelog
v0.7.0 #364 Added cloud.availability_zone attribute
Raw JSON
{
  "key": "cloud.availability_zone",
  "brief": "Cloud regions often have multiple, isolated locations known as zones to increase availability",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "us-east-1c",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        364
      ],
      "description": "Added cloud.availability_zone attribute"
    }
  ]
}

cloud.platform

string PII: Maybe Visibility: Public OTel: True

The cloud platform in use

Example aws_lambda
Changelog
v0.7.0 #364 Added cloud.platform attribute
Raw JSON
{
  "key": "cloud.platform",
  "brief": "The cloud platform in use",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "aws_lambda",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        364
      ],
      "description": "Added cloud.platform attribute"
    }
  ]
}

cloud.provider

string PII: Maybe Visibility: Public OTel: True

Name of the cloud provider

Example aws
Changelog
v0.7.0 #364 Added cloud.provider attribute
Raw JSON
{
  "key": "cloud.provider",
  "brief": "Name of the cloud provider",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "aws",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        364
      ],
      "description": "Added cloud.provider attribute"
    }
  ]
}

cloud.region

string PII: Maybe Visibility: Public OTel: True

The geographical region the resource is running

Example us-east-1
Changelog
v0.7.0 #364 Added cloud.region attribute
Raw JSON
{
  "key": "cloud.region",
  "brief": "The geographical region the resource is running",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "us-east-1",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        364
      ],
      "description": "Added cloud.region attribute"
    }
  ]
}