Add Google Bare Metal Solution as a cloud platform (#64)

Co-authored-by: Joao Grassi <joao@joaograssi.com>
Co-authored-by: Josh Suereth <joshuasuereth@google.com>
This commit is contained in:
Alexey Basinov 2023-06-05 13:50:28 -07:00 committed by GitHub
parent 9dc02df2e0
commit d6d29521bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,8 @@ release.
### Semantic Conventions ### Semantic Conventions
- Add GCP Bare Metal Solution as a cloud platform
([#64](https://github.com/open-telemetry/semantic-conventions/pull/64))
- Clarify the scope of the HTTP client span. - Clarify the scope of the HTTP client span.
([#3290](https://github.com/open-telemetry/opentelemetry-specification/pull/3290)) ([#3290](https://github.com/open-telemetry/opentelemetry-specification/pull/3290))
- Add moratorium on relying on schema transformations for telemetry stability - Add moratorium on relying on schema transformations for telemetry stability

View File

@ -140,6 +140,9 @@ groups:
- id: azure_openshift - id: azure_openshift
value: 'azure_openshift' value: 'azure_openshift'
brief: Azure Red Hat OpenShift brief: Azure Red Hat OpenShift
- id: gcp_bare_metal_solution
value: 'gcp_bare_metal_solution'
brief: Google Bare Metal Solution (BMS)
- id: gcp_compute_engine - id: gcp_compute_engine
value: 'gcp_compute_engine' value: 'gcp_compute_engine'
brief: Google Cloud Compute Engine (GCE) brief: Google Cloud Compute Engine (GCE)

View File

@ -72,6 +72,7 @@ The following well-known definitions MUST be used if you set this attribute and
| `azure_functions` | Azure Functions | | `azure_functions` | Azure Functions |
| `azure_app_service` | Azure App Service | | `azure_app_service` | Azure App Service |
| `azure_openshift` | Azure Red Hat OpenShift | | `azure_openshift` | Azure Red Hat OpenShift |
| `gcp_bare_metal_solution` | Google Bare Metal Solution (BMS) |
| `gcp_compute_engine` | Google Cloud Compute Engine (GCE) | | `gcp_compute_engine` | Google Cloud Compute Engine (GCE) |
| `gcp_cloud_run` | Google Cloud Run | | `gcp_cloud_run` | Google Cloud Run |
| `gcp_kubernetes_engine` | Google Cloud Kubernetes Engine (GKE) | | `gcp_kubernetes_engine` | Google Cloud Kubernetes Engine (GKE) |