-
Notifications
You must be signed in to change notification settings - Fork 2
/
CODEOWNERS
Validating CODEOWNERS rules...
21 lines (18 loc) · 1.05 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Package code owners
# The listed owners will be automatically added as reviewers for PRs,
# to ensure code quality and consistency of the package, and identify
# possible side effects.
# PRs should still be peer-reviewed by the team opening the PR
# See https://help.github.com/articles/about-codeowners/ for syntax
# Rules are matched bottom-to-top, so one team can own subdirectories
# and another the rest of the directory.
* @DataDog/agent-e2e-testing
/scenarios/aws/microVMs/ @DataDog/ebpf-platform
/scenarios/aws/installer/ @DataDog/fleet
/components/datadog/apps/jmxfetch @DataDog/agent-metrics-logs
/components/datadog/apps/logger @DataDog/agent-metrics-logs
/components/datadog/apps/tracegen @DataDog/agent-apm
/components/datadog/apps/cws @DataDog/agent-security
/components/datadog/apps/fips @DataDog/agent-shared-components
/components/datadog/apps/otel @DataDog/opentelemetry
/components/datadog/apps/gpu @DataDog/ebpf-platform