Skip to content

Commit 1c18646

Browse files
authored
Add Go to areas (#3622)
1 parent df1e068 commit 1c18646

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
/docs/runtime/jvm-metrics.md @open-telemetry/specs-semconv-approvers @open-telemetry/semconv-jvm-approvers
3333
/model/jvm/ @open-telemetry/specs-semconv-approvers @open-telemetry/semconv-jvm-approvers
3434

35+
# Go semantic conventions
36+
/docs/runtime/go-metrics.md @open-telemetry/specs-semconv-approvers @open-telemetry/go-approvers
37+
/model/go/ @open-telemetry/specs-semconv-approvers @open-telemetry/go-approvers
38+
3539
# HTTP semantic conventions
3640
/docs/http/ @open-telemetry/specs-semconv-approvers @open-telemetry/semconv-http-approvers
3741
/docs/url/ @open-telemetry/specs-semconv-approvers @open-telemetry/semconv-http-approvers

AREAS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ their owners, related project (and project board) as well as its current status.
3939
| Semantic Conventions: Database | [semconv-db-approvers](https://github.com/orgs/open-telemetry/teams/semconv-db-approvers) | https://github.com/open-telemetry/community/blob/main/projects/completed-projects/database-client-semconv.md | https://github.com/orgs/open-telemetry/projects/73 | `area:db` | `inactive` | The SIG is inactive. Bugs and bugfixes are welcome. For substantial changes, follow the [new project process](https://github.com/open-telemetry/community/blob/main/project-management.md) |
4040
| Semantic Conventions: FaaS | [specs-semconv-maintainers](https://github.com/orgs/open-telemetry/teams/specs-semconv-maintainers) | https://github.com/open-telemetry/community/blob/main/projects/completed-projects/faas.md | N/A | `area:faas` | `inactive` | The SIG is inactive. Bugs and bugfixes are welcome. For substantial changes, follow the [new project process](https://github.com/open-telemetry/community/blob/main/project-management.md) |
4141
| Semantic Conventions: JVM | [semconv-jvm-approvers](https://github.com/orgs/open-telemetry/teams/semconv-jvm-approvers) | N/A | https://github.com/orgs/open-telemetry/projects/49 | `area:jvm` | `inactive` | The SIG is inactive. Bugs and bugfixes are welcome. For substantial changes, follow the [new project process](https://github.com/open-telemetry/community/blob/main/project-management.md) |
42+
| Semantic Conventions: Go | [go-approvers](https://github.com/orgs/open-telemetry/teams/go-approvers) | N/A | https://github.com/orgs/open-telemetry/projects/186 | `area:go` | `accepting_contributions`, `active` | The SIG is looking for contributions! |
4243
| Semantic Conventions: Logs | [semconv-log-approvers](https://github.com/orgs/open-telemetry/teams/semconv-log-approvers) | N/A | https://github.com/orgs/open-telemetry/projects/65 | `area:log`, `area:event`, `area:exception` | `accepting_contributions`, `active` | The SIG is looking for contributions! |
4344
| 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`, `area:zos` | `accepting_contributions`, `active` | The SIG is looking for contributions! |
4445
| Semantic Conventions: Profiling | [profiling-approvers](https://github.com/orgs/open-telemetry/teams/profiling-approvers) | N/A | N/A | `area:profile`, `area:pprof` | `accepting_contributions`, `active` | The SIG is looking for contributions! |

areas.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,18 @@ areas:
186186
status:
187187
- inactive
188188

189+
- name: "Semantic Conventions: Go"
190+
owner:
191+
- name: "go-approvers"
192+
github: go-approvers
193+
project: "N/A"
194+
board: "https://github.com/orgs/open-telemetry/projects/186"
195+
labels:
196+
- area:go
197+
status:
198+
- accepting_contributions
199+
- active
200+
189201
- name: "Semantic Conventions: Logs"
190202
owner:
191203
- name: "semconv-log-approvers"

0 commit comments

Comments
 (0)