Skip to content

Commit d610519

Browse files
authored
[chore] Add 'RPC' and 'Service and Deployment' sigs (#2879)
1 parent 7a35379 commit d610519

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

AREAS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ their owners, related project (and project board) as well as its current status.
4444
| 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! |
4545
| 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! |
4646
| 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 |
47+
| 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! |
48+
| 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! |
4749
<!-- endareas -->
4850
<!-- markdownlint-restore -->
4951
<!-- prettier-ignore-end -->

areas.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,22 @@ areas:
215215
- accepting_contributions
216216
- active
217217
notes: "SIG is driven by members of the .NET runtime team. Contributions are welcomed but must be aligned with the .NET runtime features/roadmap"
218+
219+
- name: "Semantic Conventions: RPC"
220+
project: "https://github.com/open-telemetry/community/blob/main/projects/rpc-semconv.md"
221+
board: "https://github.com/orgs/open-telemetry/projects/161"
222+
labels:
223+
- area:rpc
224+
status:
225+
- accepting_contributions
226+
- active
227+
228+
- name: "Semantic Conventions: Service and Deployment"
229+
project: "https://github.com/open-telemetry/community/blob/main/projects/service-and-deployment-semconv.md"
230+
board: "https://github.com/orgs/open-telemetry/projects/168"
231+
labels:
232+
- area:service
233+
- area:deployment
234+
status:
235+
- accepting_contributions
236+
- active

0 commit comments

Comments
 (0)