From e4d351ea6014aec1135e2b248e1f21746ca2685b Mon Sep 17 00:00:00 2001 From: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:06:07 +0200 Subject: [PATCH] Add 'RPC' and 'Service and Deployment' sigs --- AREAS.md | 2 ++ areas.yaml | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/AREAS.md b/AREAS.md index f0d8b5b878..c8d07e7387 100644 --- a/AREAS.md +++ b/AREAS.md @@ -44,6 +44,8 @@ their owners, related project (and project board) as well as its current status. | Semantic Conventions: Mainframe | [sig-mainframe-approvers](https://github.com/orgs/open-telemetry/teams/sig-mainframe-approvers) | https://github.com/open-telemetry/community/blob/main/projects/mainframe.md | N/A | `area:mainframe` | `accepting_contributions`, `active` | The SIG is looking for contributions! | | Semantic Conventions: Profiling | [profiling-approvers](https://github.com/orgs/open-telemetry/teams/profiling-approvers) | N/A | N/A | `area:profile` | `accepting_contributions`, `active` | The SIG is looking for contributions! | | Semantic Conventions: .NET | [semconv-dotnet-approver](https://github.com/orgs/open-telemetry/teams/semconv-dotnet-approver) | N/A | N/A | `area:dotnet`, `area:aspnetcore` | `accepting_contributions`, `active` | SIG is driven by members of the .NET runtime team. Contributions are welcomed but must be aligned with the .NET runtime features/roadmap | +| Semantic Conventions: RPC | | https://github.com/open-telemetry/community/blob/main/projects/rpc-semconv.md | https://github.com/orgs/open-telemetry/projects/161 | `area:rpc` | `accepting_contributions`, `active` | The SIG is looking for contributions! | +| Semantic Conventions: Service and Deployment | | https://github.com/open-telemetry/community/blob/main/projects/service-and-deployment-semconv.md | https://github.com/orgs/open-telemetry/projects/168 | `area:service`, `area:deployment` | `accepting_contributions`, `active` | The SIG is looking for contributions! | diff --git a/areas.yaml b/areas.yaml index f167d36545..0f5363c662 100644 --- a/areas.yaml +++ b/areas.yaml @@ -215,3 +215,22 @@ areas: - accepting_contributions - active notes: "SIG is driven by members of the .NET runtime team. Contributions are welcomed but must be aligned with the .NET runtime features/roadmap" + + - name: "Semantic Conventions: RPC" + project: "https://github.com/open-telemetry/community/blob/main/projects/rpc-semconv.md" + board: "https://github.com/orgs/open-telemetry/projects/161" + labels: + - area:rpc + status: + - accepting_contributions + - active + + - name: "Semantic Conventions: Service and Deployment" + project: "https://github.com/open-telemetry/community/blob/main/projects/service-and-deployment-semconv.md" + board: "https://github.com/orgs/open-telemetry/projects/168" + labels: + - area:service + - area:deployment + status: + - accepting_contributions + - active