Skip to content

Commit

Permalink
Add azure_container_apps to cloud.platform semantic conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldman2 committed Dec 15, 2023
1 parent b2e2c64 commit 2390c86
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ release.
([#354](https://github.com/open-telemetry/semantic-conventions/pull/354))
- Move Exceptions to attribute registry
([#574](https://github.com/open-telemetry/semantic-conventions/pull/574))
- Add `azure_container_apps` to `cloud.platform` semantic conventions

### Breaking

Expand Down
1 change: 1 addition & 0 deletions docs/attributes-registry/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ The following well-known definitions MUST be used if you set this attribute and
| `aws_app_runner` | AWS App Runner |
| `aws_openshift` | Red Hat OpenShift on AWS (ROSA) |
| `azure_vm` | Azure Virtual Machines |
| `azure_container_apps` | Azure Container Apps |
| `azure_container_instances` | Azure Container Instances |
| `azure_aks` | Azure Kubernetes Service |
| `azure_functions` | Azure Functions |
Expand Down
1 change: 1 addition & 0 deletions docs/resource/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ The following well-known definitions MUST be used if you set this attribute and
| `aws_app_runner` | AWS App Runner |
| `aws_openshift` | Red Hat OpenShift on AWS (ROSA) |
| `azure_vm` | Azure Virtual Machines |
| `azure_container_apps` | Azure Container Apps |
| `azure_container_instances` | Azure Container Instances |
| `azure_aks` | Azure Kubernetes Service |
| `azure_functions` | Azure Functions |
Expand Down
3 changes: 3 additions & 0 deletions model/registry/cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ groups:
- id: azure_vm
value: 'azure_vm'
brief: Azure Virtual Machines
- id: azure_container_apps
value: 'azure_container_apps'
brief: Azure Container Apps
- id: azure_container_instances
value: 'azure_container_instances'
brief: Azure Container Instances
Expand Down

0 comments on commit 2390c86

Please sign in to comment.