From 8777b51a6657c0c60aed943343d7a1dfbce3d458 Mon Sep 17 00:00:00 2001 From: Benedikt Bongartz Date: Wed, 11 Jan 2023 15:56:57 +0100 Subject: [PATCH] [semantic_conventions/resource] fix google platform openshift naming Signed-off-by: Benedikt Bongartz --- CHANGELOG.md | 3 +++ semantic_conventions/resource/cloud.yaml | 4 ++-- specification/resource/semantic_conventions/cloud.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa8748835b..d8d3c0a1263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,9 @@ release. ### Logs ### Resource +- Rename google openshift platform attribute from `google_cloud_openshift` to `gcp_openshift` + to match the existing `cloud.provider` prefix. + [#3095](https://github.com/open-telemetry/opentelemetry-specification/pull/3095) ### Semantic Conventions diff --git a/semantic_conventions/resource/cloud.yaml b/semantic_conventions/resource/cloud.yaml index c5ec8fad6cc..a6ff2a22057 100644 --- a/semantic_conventions/resource/cloud.yaml +++ b/semantic_conventions/resource/cloud.yaml @@ -123,8 +123,8 @@ groups: - id: gcp_app_engine value: 'gcp_app_engine' brief: Google Cloud App Engine (GAE) - - id: google_cloud_openshift - value: 'google_cloud_openshift' + - id: gcp_openshift + value: 'gcp_openshift' brief: Red Hat OpenShift on Google Cloud - id: ibm_cloud_openshift value: 'ibm_cloud_openshift' diff --git a/specification/resource/semantic_conventions/cloud.md b/specification/resource/semantic_conventions/cloud.md index ecff2611052..5fad6efb005 100644 --- a/specification/resource/semantic_conventions/cloud.md +++ b/specification/resource/semantic_conventions/cloud.md @@ -57,7 +57,7 @@ | `gcp_kubernetes_engine` | Google Cloud Kubernetes Engine (GKE) | | `gcp_cloud_functions` | Google Cloud Functions (GCF) | | `gcp_app_engine` | Google Cloud App Engine (GAE) | -| `google_cloud_openshift` | Red Hat OpenShift on Google Cloud | +| `gcp_openshift` | Red Hat OpenShift on Google Cloud | | `ibm_cloud_openshift` | Red Hat OpenShift on IBM Cloud | | `tencent_cloud_cvm` | Tencent Cloud Cloud Virtual Machine (CVM) | | `tencent_cloud_eks` | Tencent Cloud Elastic Kubernetes Service (EKS) |