Add `azure_container_apps` to `cloud.platform` semantic conventions (#615)

Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
This commit is contained in:
joegoldman2 2024-01-10 11:35:39 +02:00 committed by GitHub
parent 7f35c490ca
commit efe8fa5dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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 |

View File

@ -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 |

View File

@ -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