From f65fc7c3c704adf159db5b569cbcead3d6272293 Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Wed, 26 Oct 2022 18:06:30 +0200 Subject: [PATCH] [pkg/batchperresourceattr] Add CODEOWNERS (#15371) * [pkg/batchperresourceattr] Add CODEOWNERS * Apply suggestions from code review Co-authored-by: Dmitrii Anoshin * Remove @pmcollins from owners Co-authored-by: Dmitrii Anoshin --- .github/ALLOWLIST | 1 - .github/CODEOWNERS | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ALLOWLIST b/.github/ALLOWLIST index 8b4b9d644d0d4..545759398b102 100644 --- a/.github/ALLOWLIST +++ b/.github/ALLOWLIST @@ -29,5 +29,4 @@ extension/httpforwarder receiver/dotnetdiagnosticsreceiver # OTHER; Looking for an owner -pkg/batchperresourceattr pkg/experimentalmetricmetadata \ No newline at end of file diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ed72920ea3f0a..a6f4c0ba8d709 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -117,6 +117,7 @@ pkg/translator/prometheusremotewrite/ @open-telemetry/collector-c pkg/translator/signalfx/ @open-telemetry/collector-contrib-approvers @pmcollins @pjanotti @dmitryax pkg/translator/zipkin/ @open-telemetry/collector-contrib-approvers @open-telemetry/collector-approvers pkg/winperfcounters/ @open-telemetry/collector-contrib-approvers @dashpole @mrod1598 @binaryfissiongames +pkg/batchperresourceattr/ @open-telemetry/collector-contrib-approvers @atoulme @dmitryax processor/attributesprocessor/ @open-telemetry/collector-contrib-approvers @boostchicken processor/cumulativetodeltaprocessor/ @open-telemetry/collector-contrib-approvers @TylerHelmuth