-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
CODEOWNERS
Validating CODEOWNERS rules...
40 lines (33 loc) · 2.07 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
# 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
/Dockerfiles/ @DataDog/container-integrations
/pkg/autodiscovery/ @DataDog/container-integrations @DataDog/agent-core
/pkg/autodiscovery/listeners/ @DataDog/container-integrations
/pkg/collector/corechecks/containers/ @DataDog/container-integrations
/pkg/collector/corechecks/cluster/ @DataDog/container-integrations
/pkg/tagger/ @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/ramen-intake
/pkg/metrics/percentile/ @DataDog/sandwich
/pkg/metadata/ecs/ @DataDog/burrito
/pkg/metadata/kubernetes/ @DataDog/burrito