Cloud

June 29, 2021 ยท View on GitHub

Status: Experimental

type: cloud

Description: A cloud infrastructure (e.g. GCP, Azure, AWS).

AttributeTypeDescriptionExamplesRequired
cloud.providerstringName of the cloud provider.awsNo
cloud.account.idstringThe cloud account ID the resource is assigned to.111111111111; opentelemetryNo
cloud.regionstringThe geographical region the resource is running. Refer to your provider's docs to see the available regions, for example AWS regions, Azure regions, or Google Cloud regions.us-central1; us-east-1No
cloud.availability_zonestringCloud regions often have multiple, isolated locations known as zones to increase availability. Availability zone represents the zone where the resource is running. [1]us-east-1cNo
cloud.platformstringThe cloud platform in use. [2]aws_ec2No

[1]: Availability zones are called "zones" on Google Cloud.

[2]: The prefix of the service SHOULD match the one specified in cloud.provider.

cloud.provider MUST be one of the following or, if none of the listed values apply, a custom value:

ValueDescription
awsAmazon Web Services
azureMicrosoft Azure
gcpGoogle Cloud Platform

cloud.platform MUST be one of the following or, if none of the listed values apply, a custom value:

ValueDescription
aws_ec2AWS Elastic Compute Cloud
aws_ecsAWS Elastic Container Service
aws_eksAWS Elastic Kubernetes Service
aws_lambdaAWS Lambda
aws_elastic_beanstalkAWS Elastic Beanstalk
azure_vmAzure Virtual Machines
azure_container_instancesAzure Container Instances
azure_aksAzure Kubernetes Service
azure_functionsAzure Functions
azure_app_serviceAzure App Service
gcp_compute_engineGoogle Cloud Compute Engine (GCE)
gcp_cloud_runGoogle Cloud Run
gcp_kubernetes_engineGoogle Cloud Kubernetes Engine (GKE)
gcp_cloud_functionsGoogle Cloud Functions (GCF)
gcp_app_engineGoogle Cloud App Engine (GAE)