From 64a133654324d112918e98a53fb9f01c2712a479 Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Fri, 4 Oct 2024 13:12:45 -0400 Subject: [PATCH] Add dashpole as an owner of instrumentation/runtime (#6194) Addresses https://github.com/open-telemetry/opentelemetry-go-contrib/issues/6175#issuecomment-2391843925 --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index d0ff0051e1a..20a8c847c5c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -55,7 +55,7 @@ instrumentation/gopkg.in/macaron.v1/otelmacaron/ @open-te instrumentation/host/ @open-telemetry/go-approvers @dmathieu instrumentation/net/http/httptrace/otelhttptrace/ @open-telemetry/go-approvers @dmathieu instrumentation/net/http/otelhttp/ @open-telemetry/go-approvers @dmathieu -instrumentation/runtime/ @open-telemetry/go-approvers @dmathieu +instrumentation/runtime/ @open-telemetry/go-approvers @dmathieu @dashpole processors/baggagecopy @open-telemetry/go-approvers @codeboten @MikeGoldsmith processors/minsev @open-telemetry/go-approvers @MrAlias