From 96fa21731b2387da641e96d50fd9feb899c86f14 Mon Sep 17 00:00:00 2001 From: Nick Ripley <97066770+nsrip-dd@users.noreply.github.com> Date: Wed, 20 Apr 2022 10:21:28 -0400 Subject: [PATCH] CODEOWNERS: change internal/telemetry owner to apm-go (#1251) The telemetry client library will be a shared internal dependency of appsec, profiling, and tracing. Anybody from those teams should be able to independently review and approve changes to the client library. --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 7702abe6ef..cc6ffd714c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -16,3 +16,6 @@ /appsec @DataDog/appsec-go /internal/appsec @DataDog/appsec-go /contrib/**/appsec.go @DataDog/appsec-go + +# telemetry +/internal/telemetry @DataDog/apm-go