Skip to content

Commit

Permalink
Add azure_container_apps to cloud.platform semantic conventions (o…
Browse files Browse the repository at this point in the history
…pen-telemetry#615)

Co-authored-by: Joao Grassi <[email protected]>
  • Loading branch information
2 people authored and pyohannes committed Jan 17, 2024
1 parent 8b125c3 commit be3bcb7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ release.

### Features

- Add `azure_container_apps` to `cloud.platform` semantic conventions
([#615](https://github.com/open-telemetry/semantic-conventions/pull/615))

### Fixes

- Clarify that `service.*` attributes apply to all telemetry sources.
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 be3bcb7

Please sign in to comment.