|
11 | 11 | |---|---|---|---|---|
|
12 | 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 [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 |
| -| `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] | `alibaba_cloud_ecs` | No | |
| 14 | +| `cloud.region` | string | The geographical region the resource is running. [1] | `us-central1`; `us-east-1` | No | |
| 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. [2] | `us-east-1c` | No | |
| 16 | +| `cloud.platform` | string | The cloud platform in use. [3] | `alibaba_cloud_ecs` | No | |
17 | 17 |
|
18 |
| -**[1]:** Availability zones are called "zones" on Alibaba Cloud and Google Cloud. |
| 18 | +**[1]:** 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/), [Google Cloud regions](https://cloud.google.com/about/locations), or [Tencent Cloud regions](https://intl.cloud.tencent.com/document/product/213/6091). |
19 | 19 |
|
20 |
| -**[2]:** The prefix of the service SHOULD match the one specified in `cloud.provider`. |
| 20 | +**[2]:** Availability zones are called "zones" on Alibaba Cloud and Google Cloud. |
| 21 | + |
| 22 | +**[3]:** The prefix of the service SHOULD match the one specified in `cloud.provider`. |
21 | 23 |
|
22 | 24 | `cloud.provider` MUST be one of the following or, if none of the listed values apply, a custom value:
|
23 | 25 |
|
|
27 | 29 | | `aws` | Amazon Web Services |
|
28 | 30 | | `azure` | Microsoft Azure |
|
29 | 31 | | `gcp` | Google Cloud Platform |
|
| 32 | +| `tencent_cloud` | Tencent Cloud | |
30 | 33 |
|
31 | 34 | `cloud.platform` MUST be one of the following or, if none of the listed values apply, a custom value:
|
32 | 35 |
|
|
49 | 52 | | `gcp_kubernetes_engine` | Google Cloud Kubernetes Engine (GKE) |
|
50 | 53 | | `gcp_cloud_functions` | Google Cloud Functions (GCF) |
|
51 | 54 | | `gcp_app_engine` | Google Cloud App Engine (GAE) |
|
| 55 | +| `tencent_cloud_cvm` | Tencent Cloud Cloud Virtual Machine (CVM) | |
| 56 | +| `tencent_cloud_eks` | Tencent Cloud Elastic Kubernetes Service (EKS) | |
| 57 | +| `tencent_cloud_scf` | Tencent Cloud Serverless Cloud Function (SCF) | |
52 | 58 | <!-- endsemconv -->
|
0 commit comments