From a284c56085a1e449fe340a26730f37fea1a77b68 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Thu, 1 Aug 2024 08:36:56 -0700 Subject: [PATCH 1/3] Update link to contributing.md in the community --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 38bffd0f7c..79cf9f7770 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ Welcome to OpenTelemetry semantic conventions repository! Before you start - see OpenTelemetry general -[contributing](https://github.com/open-telemetry/community/blob/main/CONTRIBUTING.md) +[contributing](https://github.com/open-telemetry/community/blob/main/guides/contributor/README.md) requirements and recommendations.
From 118e3118cd15c7554f2f8a90e7da79aa7d43b072 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Thu, 1 Aug 2024 08:46:37 -0700 Subject: [PATCH 2/3] more links --- .github/CODEOWNERS | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index de593477f3..7e4202ff76 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,7 +5,7 @@ ##################################################### # # Learn about membership in OpenTelemetry community: -# https://github.com/open-telemetry/community/blob/main/community-membership.md +# https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md # # # Learn about CODEOWNERS file format: diff --git a/README.md b/README.md index 49a895ddc6..dd35a0e5ff 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Approvers ([@open-telemetry/specs-semconv-approvers](https://github.com/orgs/ope - [Sean Marciniak](https://github.com/MovieStoreGuy), Atlassian - [Ted Young](https://github.com/tedsuo), Lightstep -_Find more about the approver role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#approver)._ +_Find more about the approver role in [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#approver)._ Maintainers ([@open-telemetry/specs-semconv-maintainers](https://github.com/orgs/open-telemetry/teams/specs-semconv-maintainers)): @@ -36,4 +36,4 @@ Maintainers ([@open-telemetry/specs-semconv-maintainers](https://github.com/orgs - [Liudmila Molkova](https://github.com/lmolkova), Microsoft - [Reiley Yang](https://github.com/reyang), Microsoft -_Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#maintainer)._ +_Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#maintainer)._ From f7a059505a0909d2c6dd3aba2e2c5d181812c4ac Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Thu, 1 Aug 2024 09:02:26 -0700 Subject: [PATCH 3/3] fix prefix --- model/registry/azure.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/model/registry/azure.yaml b/model/registry/azure.yaml index 0ef9dc1dcc..3e7c603dda 100644 --- a/model/registry/azure.yaml +++ b/model/registry/azure.yaml @@ -1,11 +1,10 @@ groups: - id: registry.azure.sdk - prefix: az type: attribute_group brief: > This document defines generic attributes for Azure SDK. attributes: - - id: service_request_id + - id: az.service_request_id type: string stability: experimental brief: "The unique identifier of the service request. It's generated by the Azure service and returned with the response."