From 45c2a2d5102231e7704f5122c168d439b88bc365 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 11 Jan 2022 11:09:27 -0800 Subject: [PATCH] Add more component owners (#178) * Add more component owners * Add name and company affiliation --- .github/component_owners.yml | 2 ++ contrib-samplers/README.md | 1 + jmx-metrics/README.md | 1 + 3 files changed, 4 insertions(+) diff --git a/.github/component_owners.yml b/.github/component_owners.yml index a187bb70..3b42340a 100644 --- a/.github/component_owners.yml +++ b/.github/component_owners.yml @@ -4,12 +4,14 @@ components: - anuraaga - willarmiros contrib-samplers: + - anuraaga - iNikem jfr-streaming: - breedx-splk - jack-berg - kittylyst jmx-metrics: + - Mrod1598 - rmfitzpatrick maven-extension: - cyrille-leclerc diff --git a/contrib-samplers/README.md b/contrib-samplers/README.md index 80ff392e..92a919bb 100644 --- a/contrib-samplers/README.md +++ b/contrib-samplers/README.md @@ -1,5 +1,6 @@ ## Component owners +- [Anuraag Agrawal](https://github.com/anuraaga), AWS - [Nikita Salnikov-Tarnovski](https://github.com/iNikem), Splunk Learn more about component owners in [component-owners.yml](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/.github/workflows/component-owners.yml). diff --git a/jmx-metrics/README.md b/jmx-metrics/README.md index 1521320b..7077aa16 100644 --- a/jmx-metrics/README.md +++ b/jmx-metrics/README.md @@ -237,6 +237,7 @@ file contents can also be provided via stdin on startup when using `-config -` a ## Component owners +- [Miguel Rodriguez](https://github.com/Mrod1598), ObservIQ - [Ryan Fitzpatrick](https://github.com/rmfitzpatrick), Splunk Learn more about component owners in [component-owners.yml](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/.github/workflows/component-owners.yml).