diff --git a/CHANGELOG.md b/CHANGELOG.md index bd794158e2..deb2e78f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ release. ### 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. ([#3290](https://github.com/open-telemetry/opentelemetry-specification/pull/3290)) - Add moratorium on relying on schema transformations for telemetry stability diff --git a/semantic_conventions/resource/cloud.yaml b/semantic_conventions/resource/cloud.yaml index 5ee5da6128..c24e474855 100644 --- a/semantic_conventions/resource/cloud.yaml +++ b/semantic_conventions/resource/cloud.yaml @@ -140,6 +140,9 @@ groups: - id: azure_openshift value: 'azure_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 value: 'gcp_compute_engine' brief: Google Cloud Compute Engine (GCE) diff --git a/specification/resource/semantic_conventions/cloud.md b/specification/resource/semantic_conventions/cloud.md index e213676cae..b9893a1e45 100644 --- a/specification/resource/semantic_conventions/cloud.md +++ b/specification/resource/semantic_conventions/cloud.md @@ -72,6 +72,7 @@ The following well-known definitions MUST be used if you set this attribute and | `azure_functions` | Azure Functions | | `azure_app_service` | Azure App Service | | `azure_openshift` | Azure Red Hat OpenShift | +| `gcp_bare_metal_solution` | Google Bare Metal Solution (BMS) | | `gcp_compute_engine` | Google Cloud Compute Engine (GCE) | | `gcp_cloud_run` | Google Cloud Run | | `gcp_kubernetes_engine` | Google Cloud Kubernetes Engine (GKE) |