From 4fcfc53b2c2311665388c2ac6529a44a3a2e6d0c Mon Sep 17 00:00:00 2001 From: Guy Arbitman Date: Tue, 23 Jul 2024 19:13:59 +0300 Subject: [PATCH] service discovery: Add usm to the CODEOWNERS --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ebde1e88c1dfd..98735416b4aff 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -191,6 +191,7 @@ /cmd/system-probe/modules/tcp_queue_tracer* @DataDog/container-integrations /cmd/system-probe/modules/traceroute* @DataDog/network-device-monitoring @Datadog/Networks /cmd/system-probe/modules/ping* @DataDog/network-device-monitoring +/cmd/system-probe/modules/service_discover* @DataDog/apm-onboarding @DataDog/universal-service-monitoring /cmd/system-probe/runtime/ @DataDog/agent-security /cmd/system-probe/windows/ @DataDog/windows-kernel-integrations /cmd/system-probe/windows_resources/ @DataDog/windows-kernel-integrations @@ -341,7 +342,7 @@ /pkg/collector/corechecks/net/ @DataDog/platform-integrations /pkg/collector/corechecks/oracle @DataDog/database-monitoring /pkg/collector/corechecks/sbom/ @DataDog/container-integrations -/pkg/collector/corechecks/servicediscovery/ @DataDog/apm-onboarding +/pkg/collector/corechecks/servicediscovery/ @DataDog/apm-onboarding @DataDog/universal-service-monitoring /pkg/collector/corechecks/snmp/ @DataDog/network-device-monitoring /pkg/collector/corechecks/system/ @DataDog/platform-integrations /pkg/collector/corechecks/system/**/*_windows*.go @DataDog/platform-integrations @DataDog/windows-agent