Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add azure_container_apps to cloud.platform semantic conventions #615

Merged
merged 7 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading