-
Notifications
You must be signed in to change notification settings - Fork 440
/
CODEOWNERS
Validating CODEOWNERS rules...
32 lines (24 loc) · 1.04 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
# Note: Later matches take precedence
# default owner
* @DataDog/apm-go
# tracing
/contrib @DataDog/tracing-go
/ddtrace @DataDog/tracing-go
# profiling
/profiler @DataDog/profiling-go
/internal/traceprof @DataDog/profiling-go
# appsec
/appsec @DataDog/asm-go
/internal/appsec @DataDog/asm-go
/contrib/**/*appsec*.go @DataDog/asm-go
/.github/workflows/appsec.yml @DataDog/asm-go
# datastreams
/datastreams @Datadog/data-streams-monitoring
/internal/datastreams @Datadog/data-streams-monitoring
# telemetry
/internal/telemetry @DataDog/apm-go
# linter rules
.golangci.yml @DataDog/tracing-go @DataDog/profiling-go @DataDog/asm-go
# Gitlab configuration
.gitlab-ci.yml @DataDog/apm-go @DataDog/apm-core-reliability-and-performance
/.gitlab-ci @DataDog/apm-go @DataDog/apm-core-reliability-and-performance