-
Notifications
You must be signed in to change notification settings - Fork 179
/
CODEOWNERS
Validating CODEOWNERS rules...
34 lines (28 loc) · 1.22 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#####################################################
#
# List of approvers for OpenTelemetry semantic conventions repository
#
#####################################################
#
# Learn about membership in OpenTelemetry community:
# https://github.com/open-telemetry/community/blob/main/community-membership.md
#
#
# Learn about CODEOWNERS file format:
# https://help.github.com/en/articles/about-code-owners
#
# Global owners, will be the owners for everything in the repo. Membership is tracked via https://github.com/open-telemetry/community/blob/main/community-members.md
* @open-telemetry/specs-semconv-maintainers @open-telemetry/specs-semconv-approvers
# Schemas and schema file tooling
/schemas/ @tigrannajaryan
/internal/tools/schema_check.sh @tigrannajaryan
# Logs semantic conventions
/semantic_conventions/logs/ @tigrannajaryan
/specification/logs/ @tigrannajaryan
# JVM semantic conventions approvers
/semantic_conventions/metrics/process-runtime-jvm-metrics.yaml @trask
/semantic_conventions/metrics/process-runtime-jvm-metrics-experimental.yaml @trask
# HTTP semantic conventions approvers
/semantic_conventions/metrics/http.yaml @trask
/semantic_conventions/trace/http.yaml @trask
# TODO - Add semconv area experts