-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
47 lines (39 loc) · 2.52 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
35
36
37
38
39
40
41
42
43
44
45
46
47
# 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.
/cmd/ @DataDog/agent-core
/omnibus/ @DataDog/agent-core
/pkg/ @DataDog/agent-core
/pkg/aggregator/ @DataDog/agent-core
/pkg/collector/ @DataDog/agent-core
/pkg/forwarder/ @DataDog/agent-core
/pkg/metadata/ @DataDog/agent-core
/pkg/metrics/ @DataDog/agent-core
/pkg/serializer/ @DataDog/agent-core
/pkg/status/ @DataDog/agent-core
/pkg/version/ @DataDog/agent-core
/cmd/cluster-agent/ @DataDog/container-integrations
/Dockerfiles/ @DataDog/container-integrations
/pkg/autodiscovery/ @DataDog/container-integrations @DataDog/agent-core
/pkg/autodiscovery/listeners/ @DataDog/container-integrations
/pkg/clusteragent/ @DataDog/container-integrations
/pkg/collector/corechecks/cluster/ @DataDog/container-integrations
/pkg/collector/corechecks/containers/ @DataDog/container-integrations
/pkg/tagger/ @DataDog/container-integrations
/pkg/util/clusteragent/ @DataDog/container-integrations
/pkg/util/containers/ @DataDog/container-integrations
/pkg/util/docker/ @DataDog/container-integrations @DataDog/burrito
/pkg/util/ecs/ @DataDog/container-integrations @DataDog/burrito
/pkg/util/kubernetes/ @DataDog/container-integrations @DataDog/burrito
/pkg/util/retry/ @DataDog/container-integrations
/pkg/logs/ @DataDog/logs-intake
/pkg/metadata/ecs/ @DataDog/burrito
/pkg/metadata/kubernetes/ @DataDog/burrito
/pkg/procmatch/ @DataDog/burrito
/pkg/quantile @DataDog/metrics-aggregation
/cmd/agent/app/integrations*.go @DataDog/prodsec @DataDog/agent-integrations @DataDog/agent-core