-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
CODEOWNERS
Validating CODEOWNERS rules...
253 lines (209 loc) · 15.2 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
# 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.
# Config files for various CI systems / tasks
/.* @DataDog/agent-platform
/CHANGELOG.rst @DataDog/agent-platform
/CHANGELOG-DCA.rst @DataDog/container-integrations
/*.md @DataDog/agent-platform @DataDog/documentation
/NOTICE @DataDog/agent-platform @DataDog/documentation
/LICENSE* @DataDog/do-not-notify
# Todo: is this file still needed?
/Makefile.trace @DataDog/agent-platform
/release.json @DataDog/agent-platform @DataDog/agent-core
/requirements.txt @DataDog/agent-platform
/pyproject.toml @DataDog/agent-platform
/setup.cfg @DataDog/agent-platform
/.circleci/ @DataDog/agent-platform
/.github/CODEOWNERS @DataDog/do-not-notify
/.github/*_TEMPLATE.md @DataDog/agent-all
/.github/dependabot.yaml @DataDog/agent-platform
/.github/workflows/serverless-integration.yml @DataDog/serverless
# Gitlab files
# Files containing job contents are owned by teams in charge of the jobs + agent-platform
# Files that only describe structure (eg. includes, rules) are owned by agent-platform
/.gitlab/ @DataDog/agent-platform
/.gitlab/binary_build/cluster_agent_cloudfoundry.yml @DataDog/integrations-tools-and-libraries @DataDog/agent-platform
/.gitlab/binary_build/cluster_agent.yml @DataDog/container-integrations @DataDog/agent-platform
/.gitlab/binary_build/system_probe.yml @DataDog/agent-network @DataDog/agent-platform
/.gitlab/deploy_6/docker.yml @DataDog/container-integrations @DataDog/agent-platform
/.gitlab/deploy_7/cluster_agent_cloudfoundry.yml @DataDog/integrations-tools-and-libraries @DataDog/agent-platform
/.gitlab/deploy_7/docker.yml @DataDog/container-integrations @DataDog/agent-platform
/.gitlab/deploy_7/windows_cloudfoundry.yml @DataDog/integrations-tools-and-libraries @DataDog/agent-platform
/.gitlab/deps_build.yml @DataDog/agent-network @DataDog/agent-platform
/.gitlab/windows_python_build.yml @DataDog/agent-platform
/.gitlab/docker_common/ @DataDog/container-integrations @DataDog/agent-platform
/.gitlab/e2e.yml @DataDog/container-integrations @DataDog/agent-platform
/.gitlab/functional_test/security_agent.yml @DataDog/agent-security @DataDog/agent-platform
/.gitlab/functional_test/system_probe.yml @DataDog/agent-network @DataDog/agent-platform
/.gitlab/functional_test_cleanup.yml @DataDog/agent-security @DataDog/agent-network @DataDog/agent-platform
/.gitlab/image_build/ @DataDog/container-integrations @DataDog/agent-platform
/.gitlab/image_deploy/ @DataDog/container-integrations @DataDog/agent-platform
/.gitlab/image_scan.yml @DataDog/container-integrations @DataDog/agent-platform
/.gitlab/internal_deploy.yml @DataDog/agent-network @DataDog/agent-platform
/.gitlab/internal_image_deploy.yml @DataDog/container-integrations @DataDog/agent-platform
/.gitlab/maintenance_jobs/docker.yml @DataDog/container-integrations @DataDog/agent-platform
/.gitlab/source_test/ebpf.yml @DataDog/agent-network @DataDog/agent-platform
/chocolatey/ @DataDog/agent-platform
/cmd/ @DataDog/agent-core
/cmd/trace-agent/ @DataDog/agent-apm
/cmd/agent/app/integrations*.go @trishankatdatadog @DataDog/agent-integrations @DataDog/agent-core
/cmd/agent/clcrunnerapi/ @DataDog/container-integrations @DataDog/agent-core
/cmd/agent/dist/conf.d/jetson.d @DataDog/agent-platform
/cmd/agent/dist/conf.d/snmp.d/ @DataDog/infrastructure-integrations
/cmd/agent/*.manifest @DataDog/agent-platform
/cmd/agent/*.mc @DataDog/agent-platform
/cmd/agent/*.rc @DataDog/agent-platform
/cmd/agent/install*.sh @DataDog/agent-platform
/cmd/agent/version.h @DataDog/agent-platform
/cmd/agent/gui/views/private/js/apm.js @DataDog/agent-apm
/cmd/cluster-agent/ @DataDog/container-integrations
/cmd/cluster-agent/commands/ @DataDog/container-integrations @DataDog/integration-tools-and-libraries
/cmd/cluster-agent-cloudfoundry/ @DataDog/integrations-tools-and-libraries
/cmd/cluster-agent/api/v1/cloudfoundry_metadata.go @DataDog/integrations-tools-and-libraries
/cmd/process-agent/ @DataDog/processes
/cmd/serverless/ @DataDog/serverless
/cmd/system-probe/ @DataDog/agent-network
/cmd/security-agent/ @DataDog/agent-security
/dev/ @DataDog/agent-platform
/devenv/ @DataDog/agent-platform
/Dockerfiles/ @DataDog/container-integrations
/docs/ @DataDog/documentation @DataDog/agent-platform
/docs/agent/ @DataDog/documentation @DataDog/agent-core
/docs/dogstatsd/ @DataDog/documentation @DataDog/agent-core
/docs/trace-agent/ @DataDog/documentation @DataDog/agent-apm
/docs/cluster-agent/ @DataDog/documentation @DataDog/container-integrations
/docs/dev/checks/ @DataDog/documentation @DataDog/agent-core
/docs/cloud-workload-security/ @DataDog/documentation @DataDog/agent-security
/google-marketplace/ @DataDog/container-integrations
# These files are owned by all teams, but assigning them to @DataDog/agent-all causes a lot of spam
# Assigning them to a group that doesn't exist means nobody will receive notifications for them, but
# that should be fine since rarely we make PRs that only change those files alone.
/go.mod @DataDog/do-not-notify
/go.sum @DataDog/do-not-notify
/Makefile.trace @DataDog/agent-apm
/omnibus/ @DataDog/agent-platform
/omnibus/config/software/datadog-agent*.rb @Datadog/agent-core @DataDog/agent-platform
/omnibus/config/software/datadog-agent-integrations-*.rb @DataDog/agent-integrations
/omnibus/config/software/datadog-security-agent*.rb @Datadog/agent-security @DataDog/agent-platform
/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/serverless/ @DataDog/serverless
/pkg/status/ @DataDog/agent-core
/pkg/telemetry/ @DataDog/agent-core
/pkg/version/ @DataDog/agent-core
/pkg/obfuscate/ @DataDog/agent-apm
/pkg/trace/ @DataDog/agent-apm
/pkg/autodiscovery/ @DataDog/container-integrations @DataDog/agent-core
/pkg/autodiscovery/listeners/ @DataDog/container-integrations
/pkg/autodiscovery/listeners/cloudfoundry*.go @DataDog/integrations-tools-and-libraries
/pkg/autodiscovery/listeners/snmp*.go @DataDog/infrastructure-integrations
/pkg/autodiscovery/providers/ @DataDog/container-integrations
/pkg/autodiscovery/providers/file*.go @DataDog/agent-core
/pkg/autodiscovery/providers/config_reader*.go @DataDog/container-integrations @DataDog/agent-core
/pkg/autodiscovery/providers/cloudfoundry*.go @DataDog/integrations-tools-and-libraries
/pkg/clusteragent/ @DataDog/container-integrations
/pkg/clusteragent/orchestrator/ @DataDog/container-app
/pkg/collector/corechecks/cluster/ @DataDog/container-integrations
/pkg/collector/corechecks/cluster/orchestrator @DataDog/container-app
/pkg/collector/corechecks/containers/ @DataDog/container-integrations
/pkg/collector/corechecks/ebpf/ @DataDog/container-integrations
/pkg/collector/corechecks/embed/ @Datadog/agent-platform
/pkg/collector/corechecks/embed/jmx/ @Datadog/agent-core
/pkg/collector/corechecks/embed/apm*.go @Datadog/agent-platform @DataDog/agent-apm
/pkg/collector/corechecks/embed/process_agent*.go @Datadog/agent-platform @DataDog/processes
/pkg/collector/corechecks/net/ @DataDog/agent-platform
/pkg/collector/corechecks/snmp/ @DataDog/infrastructure-integrations
/pkg/collector/corechecks/system/ @DataDog/agent-platform
/pkg/collector/corechecks/systemd/ @DataDog/agent-integrations
/pkg/collector/corechecks/nvidia/ @DataDog/agent-platform
/pkg/config/config_template.yaml @DataDog/agent-all @DataDog/documentation
/pkg/config/apm.go @DataDog/agent-apm
/pkg/config/environment*.go @DataDog/container-integrations @DataDog/container-app
/pkg/config/system_probe.go @DataDog/agent-network
/pkg/config/remote/ @DataDog/remote-config
/pkg/config/remote/service/meta/ @DataDog/remote-config @DataDog/software-integrity-and-trust
/pkg/otlp/ @DataDog/agent-platform
/pkg/tagger/ @DataDog/container-integrations
/pkg/util/cloudproviders/cloudfoundry/ @DataDog/integrations-tools-and-libraries
/pkg/util/clusteragent/ @DataDog/container-integrations
/pkg/util/containerd/ @DataDog/container-integrations
/pkg/util/containers/ @DataDog/container-integrations
/pkg/util/containers/collectors/cloudfoundry.go @DataDog/integrations-tools-and-libraries
/pkg/util/docker/ @DataDog/container-integrations
/pkg/util/ecs/ @DataDog/container-integrations
/pkg/util/kernel/ @DataDog/agent-network
/pkg/util/kubernetes/ @DataDog/container-integrations @DataDog/container-app
/pkg/util/orchestrator/ @DataDog/container-app
/pkg/util/podman/ @DataDog/container-integrations
/pkg/util/cgroups/ @DataDog/container-integrations
/pkg/util/retry/ @DataDog/container-integrations
/pkg/logs/ @DataDog/agent-core
/pkg/logs/input/traps/ @DataDog/infrastructure-integrations @DataDog/agent-core
/pkg/process/ @DataDog/processes
/pkg/process/checks/net* @DataDog/agent-network
/pkg/process/checks/pod*.go @DataDog/container-app
/pkg/process/net/ @DataDog/processes @DataDog/agent-network
/pkg/proto/datadog/remoteconfig/ @DataDog/remote-config
/pkg/proto/pbgo/ @DataDog/do-not-notify
/pkg/orchestrator/ @DataDog/container-app
/pkg/network/ @DataDog/agent-network
/pkg/ebpf/ @DataDog/agent-network
/pkg/ebpf/bytecode/runtime/runtime-security.go @DataDog/agent-security
/pkg/quantile/ @DataDog/metrics-aggregation
/pkg/compliance/ @DataDog/agent-security
/pkg/kubestatemetrics @DataDog/container-integrations
/pkg/security/ @DataDog/agent-security
/pkg/snmp/ @DataDog/infrastructure-integrations
/pkg/appsec/ @DataDog/agent-appsec
/pkg/config/appsec.go @DataDog/agent-appsec
/pkg/workloadmeta/ @DataDog/container-integrations
/pkg/workloadmeta/collectors/cloudfoundry @DataDog/integrations-tools-and-libraries
/pkg-config/ @DataDog/agent-platform
/releasenotes/ @DataDog/documentation
/releasenotes-installscript/ @DataDog/documentation
/releasenotes-dca/ @DataDog/documentation @DataDog/container-integrations @Datadog/container-app
/rtloader/ @DataDog/agent-core
/tasks/ @DataDog/agent-platform
/tasks/agent.py @DataDog/agent-core
/tasks/cluster_agent_cloudfoundry.py @DataDog/integrations-tools-and-libraries
/tasks/process_agent.py @DataDog/processes
/tasks/system_probe.py @DataDog/agent-network
/tasks/trace.py @DataDog/agent-apm
/tasks/security_agent.py @DataDog/agent-security
/test/ @DataDog/agent-platform
/test/benchmarks/ @DataDog/agent-core
/test/benchmarks/kubernetes_state/ @DataDog/container-integrations
/test/e2e/ @DataDog/container-integrations @DataDog/agent-security
/test/e2e/cws-tests/ @DataDog/agent-security
/test/e2e/argo-workflows/otlp-workflow.yaml @DataDog/agent-platform
/test/e2e/containers/otlp_sender/ @DataDog/agent-platform
/test/integration/ @DataDog/container-integrations
/test/integration/serverless @DataDog/serverless
/test/integration/serverless_perf @DataDog/serverless
/test/kitchen/ @DataDog/agent-platform
/test/kitchen/kitchen-azure-security-agent-test.yml @DataDog/agent-security
/test/kitchen/kitchen-vagrant-security-agent.yml @DataDog/agent-security
/test/kitchen/site-cookbooks/dd-security-agent-check/ @DataDog/agent-security
/test/kitchen/test/integration/dd-security-agent-test/ @DataDog/agent-security
/test/kitchen/kitchen-azure-system-probe-test.yml @DataDog/agent-network
/test/kitchen/kitchen-vagrant-system-probe.yml @DataDog/agent-network
/test/kitchen/site-cookbooks/dd-system-probe-check/ @DataDog/agent-network
/test/kitchen/test/integration/dd-system-probe-test/ @DataDog/agent-network
/test/system/ @DataDog/agent-core
/tools/ @DataDog/agent-platform
/tools/ebpf/ @DataDog/agent-network
/tools/gdb/ @DataDog/agent-core
/tools/retry_file_dump/ @DataDog/agent-core
/tools/windows/ @DataDog/agent-platform
/internal/tools/ @DataDog/agent-platform