Skip to content

Commit

Permalink
[semantic conventions] add alibaba cloud as a cloud provider
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Jul 27, 2021
1 parent 3422558 commit e6b1fe8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions semantic_conventions/resource/cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ groups:
type:
allow_custom_values: true
members:
- id: Aliyun
value: 'aliyun'
brief: 'Alibaba Cloud (Aliyun)'
- id: AWS
value: 'aws'
brief: 'Amazon Web Services'
Expand Down Expand Up @@ -45,6 +48,12 @@ groups:
type:
allow_custom_values: true
members:
- id: aliyun_ecs
value: 'aliyun_ecs'
brief: Aliyun Elastic Compute Service
- id: aliyun_fc
value: 'aliyun_fc'
brief: Aliyun Function Compute
- id: aws_ec2
value: 'aws_ec2'
brief: AWS Elastic Compute Cloud
Expand Down
1 change: 1 addition & 0 deletions specification/resource/semantic_conventions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ resources can only be defined for providers listed as a valid `cloud.provider` i
[Cloud](./cloud.md) and below. Provider-specific attributes all reside in the `cloud_provider` directory.
Valid cloud providers are:

- [Alibaba Cloud](https://www.alibabacloud.com/) (`aliyun`)
- [Amazon Web Services](https://aws.amazon.com/) ([`aws`](cloud_provider/aws/README.md))
- [Google Cloud Platform](https://cloud.google.com/) (`gcp`)
- [Microsoft Azure](https://azure.microsoft.com/) (`azure`)

0 comments on commit e6b1fe8

Please sign in to comment.