-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
CODEOWNERS
Validating CODEOWNERS rules...
28 lines (23 loc) · 1.34 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
# 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.
# All your base
* @DataDog/agent-integrations
# Documentation
/docs/ @DataDog/baklava @DataDog/agent-integrations
*.md @DataDog/baklava @DataDog/agent-integrations
manifest.json @DataDog/baklava @DataDog/agent-integrations
# Container monitoring
/datadog_checks_base/ @DataDog/container-integrations @DataDog/agent-integrations
/docker_daemon/ @DataDog/container-integrations @DataDog/agent-integrations
/ecs_fargate/ @DataDog/container-integrations @DataDog/agent-integrations
/kube_dns/ @DataDog/container-integrations @DataDog/agent-integrations
/kube_proxy/ @DataDog/container-integrations @DataDog/agent-integrations
/kubelet/ @DataDog/container-integrations @DataDog/agent-integrations
/kubernetes/ @DataDog/container-integrations @DataDog/agent-integrations
/kubernetes_state/ @DataDog/container-integrations @DataDog/agent-integrations
# Agent core team
/datadog_checks_base/ @DataDog/agent-core @DataDog/agent-integrations
# To keep ProdSec up-to-date with changes to requirements.txt.
requirements.in @DataDog/prodsec
requirements.txt @DataDog/prodsec