Skip to content

Commit 55019a3

Browse files
authored
Add AWS App Runner as a cloud platform (open-telemetry#2004)
1 parent 030ecc5 commit 55019a3

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ release.
2626

2727
- BREAKING: Remove db.cassandra.keyspace and db.hbase.namespace, and clarify db.name
2828
([#1973](https://github.com/open-telemetry/opentelemetry-specification/pull/1973))
29+
- Add AWS App Runner as a cloud platform
30+
([#2004](https://github.com/open-telemetry/opentelemetry-specification/pull/2004))
2931
- Add Tencent Cloud as a cloud provider.
3032
([#2006](https://github.com/open-telemetry/opentelemetry-specification/pull/2006))
3133
- Don't set Span.Status for 4xx http status codes for SERVER spans.

semantic_conventions/resource/cloud.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ groups:
7676
- id: aws_elastic_beanstalk
7777
value: 'aws_elastic_beanstalk'
7878
brief: AWS Elastic Beanstalk
79+
- id: aws_app_runner
80+
value: 'aws_app_runner'
81+
brief: AWS App Runner
7982
- id: azure_vm
8083
value: 'azure_vm'
8184
brief: Azure Virtual Machines

specification/resource/semantic_conventions/cloud.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
| `aws_eks` | AWS Elastic Kubernetes Service |
4343
| `aws_lambda` | AWS Lambda |
4444
| `aws_elastic_beanstalk` | AWS Elastic Beanstalk |
45+
| `aws_app_runner` | AWS App Runner |
4546
| `azure_vm` | Azure Virtual Machines |
4647
| `azure_container_instances` | Azure Container Instances |
4748
| `azure_aks` | Azure Kubernetes Service |

0 commit comments

Comments
 (0)