From 97ddee048d01815937e38c4f135f4aac25fce1e0 Mon Sep 17 00:00:00 2001 From: Alexey Basinov Date: Tue, 30 May 2023 16:02:11 -0700 Subject: [PATCH 1/2] Add Google Bare Metal Solution as a cloud platform --- CHANGELOG.md | 1 + semantic_conventions/resource/cloud.yaml | 3 +++ specification/resource/semantic_conventions/cloud.md | 1 + 3 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca6606f864..b151118e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ release. ### Semantic Conventions +- Add GCP Bare Metal Solution as a cloud platform. - 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) | From 56ff35ca96e63b26be37cb9eefa80951092a82e9 Mon Sep 17 00:00:00 2001 From: Alexey Basinov Date: Wed, 31 May 2023 11:17:42 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Joao Grassi --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b151118e62..c80fba84b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ release. ### Semantic Conventions -- Add GCP Bare Metal Solution as a cloud platform. +- 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