-
Notifications
You must be signed in to change notification settings - Fork 9
/
CODEOWNERS
Validating CODEOWNERS rules...
24 lines (24 loc) · 1.84 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
* @DataDog/system-tests-core
/utils/build/docker/dotnet*/ @DataDog/apm-dotnet @DataDog/asm-dotnet @DataDog/system-tests-core
/utils/build/docker/golang*/ @DataDog/apm-go @DataDog/system-tests-core
/utils/build/docker/java*/ @DataDog/apm-java @DataDog/asm-java @DataDog/system-tests-core
/utils/build/docker/java_otel/ @DataDog/opentelemetry @DataDog/system-tests-core
/utils/build/docker/nodejs*/ @DataDog/apm-js @DataDog/asm-js @DataDog/system-tests-core
/utils/build/docker/php*/ @DataDog/apm-php @DataDog/system-tests-core
/utils/build/docker/python*/ @DataDog/apm-python @DataDog/asm-python @DataDog/system-tests-core
/utils/build/docker/ruby*/ @DataDog/ruby-guild @DataDog/asm-ruby @DataDog/system-tests-core
/parametric/ @Kyle-Verhoog @DataDog/system-tests-core @DataDog/apm-sdk-api
/tests/parametric/ @Kyle-Verhoog @DataDog/system-tests-core @DataDog/apm-sdk-api
/tests/otel_tracing_e2e/ @DataDog/opentelemetry @DataDog/system-tests-core
/tests/remote_config/ @DataDog/system-tests-core @DataDog/remote-config @DataDog/system-tests-core
/tests/appsec/ @DataDog/asm-libraries @DataDog/system-tests-core
/tests/debugger/ @DataDog/debugger @DataDog/system-tests-core
/tests/test_telemetry.py @DataDog/libdatadog-telemetry @DataDog/system-tests-core
/manifests/cpp.yml @DataDog/system-tests-core
/manifests/dotnet.yml @DataDog/apm-dotnet @DataDog/asm-dotnet @DataDog/system-tests-core
/manifests/golang.yml @DataDog/dd-trace-go-guild @DataDog/system-tests-core
/manifests/java.yml @DataDog/asm-java @DataDog/apm-java @DataDog/system-tests-core
/manifests/nodejs.yml @DataDog/apm-js @DataDog/asm-js @DataDog/system-tests-core
/manifests/php.yml @DataDog/apm-php @DataDog/asm-php @DataDog/system-tests-core
/manifests/python.yml @DataDog/apm-python @DataDog/asm-python @DataDog/system-tests-core
/manifests/ruby.yml @DataDog/ruby-guild @DataDog/asm-ruby @DataDog/system-tests-core