|
9 | 9 | <!-- semconv cloud -->
|
10 | 10 | | Attribute | Type | Description | Examples | Required |
|
11 | 11 | |---|---|---|---|---|
|
12 |
| -| `cloud.provider` | string | Name of the cloud provider. | `aws` | No | |
| 12 | +| `cloud.provider` | string | Name of the cloud provider. | `alibaba_cloud` | No | |
13 | 13 | | `cloud.account.id` | string | The cloud account ID the resource is assigned to. | `111111111111`; `opentelemetry` | No |
|
14 |
| -| `cloud.region` | string | The geographical region the resource is running. Refer to your provider's docs to see the available regions, for example [AWS regions](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/), [Azure regions](https://azure.microsoft.com/en-us/global-infrastructure/geographies/), or [Google Cloud regions](https://cloud.google.com/about/locations). | `us-central1`; `us-east-1` | No | |
| 14 | +| `cloud.region` | string | The geographical region the resource is running. Refer to your provider's docs to see the available regions, for example [Alibaba Cloud regions](https://www.alibabacloud.com/help/doc-detail/40654.htm), [AWS regions](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/), [Azure regions](https://azure.microsoft.com/en-us/global-infrastructure/geographies/), or [Google Cloud regions](https://cloud.google.com/about/locations). | `us-central1`; `us-east-1` | No | |
15 | 15 | | `cloud.availability_zone` | string | Cloud 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-1c` | No |
|
16 |
| -| `cloud.platform` | string | The cloud platform in use. [2] | `aws_ec2` | No | |
| 16 | +| `cloud.platform` | string | The cloud platform in use. [2] | `alibaba_cloud_ecs` | No | |
17 | 17 |
|
18 |
| -**[1]:** Availability zones are called "zones" on Google Cloud. |
| 18 | +**[1]:** Availability zones are called "zones" on Alibaba Cloud and Google Cloud. |
19 | 19 |
|
20 | 20 | **[2]:** The prefix of the service SHOULD match the one specified in `cloud.provider`.
|
21 | 21 |
|
22 | 22 | `cloud.provider` MUST be one of the following or, if none of the listed values apply, a custom value:
|
23 | 23 |
|
24 | 24 | | Value | Description |
|
25 | 25 | |---|---|
|
| 26 | +| `alibaba_cloud` | Alibaba Cloud | |
26 | 27 | | `aws` | Amazon Web Services |
|
27 | 28 | | `azure` | Microsoft Azure |
|
28 | 29 | | `gcp` | Google Cloud Platform |
|
|
31 | 32 |
|
32 | 33 | | Value | Description |
|
33 | 34 | |---|---|
|
| 35 | +| `alibaba_cloud_ecs` | Alibaba Cloud Elastic Compute Service | |
| 36 | +| `alibaba_cloud_fc` | Alibaba Cloud Function Compute | |
34 | 37 | | `aws_ec2` | AWS Elastic Compute Cloud |
|
35 | 38 | | `aws_ecs` | AWS Elastic Container Service |
|
36 | 39 | | `aws_eks` | AWS Elastic Kubernetes Service |
|
|
0 commit comments