File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
semantic_conventions/resource
specification/resource/semantic_conventions Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 |
You can’t perform that action at this time.
0 commit comments