Skip to content

Commit 80317ce

Browse files
[chore][processor/interval][processor/deltatocumulative] Add missing code owners (#33019)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> @jpkrohling and @djaglowski volunteered to be sponsors of the delta to cumulative processor, and @djaglowski also volunteered to be sponsor of the interval processor in relation to this. They should also be code owners. From [CONTRIBUTING.md](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#adding-new-components): ``` A sponsor is an approver who will be in charge of being the official reviewer of the code and become a code owner for the component. ``` **Link to tracking Issue:** <Issue number if applicable> #30479 - Delta to cumulative processor #29461 - Interval processor --------- Co-authored-by: Juraci Paixão Kröhling <[email protected]>
1 parent eb06690 commit 80317ce

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/CODEOWNERS

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,12 @@ pkg/winperfcounters/ @open-telemetry/collect
160160

161161
processor/attributesprocessor/ @open-telemetry/collector-contrib-approvers @boostchicken
162162
processor/cumulativetodeltaprocessor/ @open-telemetry/collector-contrib-approvers @TylerHelmuth
163-
processor/deltatocumulativeprocessor/ @open-telemetry/collector-contrib-approvers @sh0rez @RichieSams
163+
processor/deltatocumulativeprocessor/ @open-telemetry/collector-contrib-approvers @sh0rez @RichieSams @jpkrohling
164164
processor/deltatorateprocessor/ @open-telemetry/collector-contrib-approvers @Aneurysm9
165165
processor/filterprocessor/ @open-telemetry/collector-contrib-approvers @TylerHelmuth @boostchicken
166166
processor/groupbyattrsprocessor/ @open-telemetry/collector-contrib-approvers @rnishtala-sumo
167167
processor/groupbytraceprocessor/ @open-telemetry/collector-contrib-approvers @jpkrohling
168-
processor/intervalprocessor/ @open-telemetry/collector-contrib-approvers @RichieSams @sh0rez
168+
processor/intervalprocessor/ @open-telemetry/collector-contrib-approvers @RichieSams @sh0rez @djaglowski
169169
processor/k8sattributesprocessor/ @open-telemetry/collector-contrib-approvers @dmitryax @rmfitzpatrick @fatsheep9146 @TylerHelmuth
170170
processor/logstransformprocessor/ @open-telemetry/collector-contrib-approvers @djaglowski @dehaansa
171171
processor/metricsgenerationprocessor/ @open-telemetry/collector-contrib-approvers @Aneurysm9

processor/deltatocumulativeprocessor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| Distributions | [] |
88
| Warnings | [Statefulness](#warnings) |
99
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Aprocessor%2Fdeltatocumulative%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Aprocessor%2Fdeltatocumulative) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Aprocessor%2Fdeltatocumulative%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Aprocessor%2Fdeltatocumulative) |
10-
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@sh0rez](https://www.github.com/sh0rez), [@RichieSams](https://www.github.com/RichieSams) |
10+
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@sh0rez](https://www.github.com/sh0rez), [@RichieSams](https://www.github.com/RichieSams), [@jpkrohling](https://www.github.com/jpkrohling) |
1111

1212
[development]: https://github.com/open-telemetry/opentelemetry-collector#development
1313
<!-- end autogenerated section -->

processor/deltatocumulativeprocessor/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ status:
88
distributions: []
99
warnings: [Statefulness]
1010
codeowners:
11-
active: [sh0rez, RichieSams]
11+
active: [sh0rez, RichieSams, jpkrohling]

processor/intervalprocessor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| Distributions | [] |
88
| Warnings | [Statefulness](#warnings) |
99
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Aprocessor%2Finterval%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Aprocessor%2Finterval) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Aprocessor%2Finterval%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Aprocessor%2Finterval) |
10-
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@RichieSams](https://www.github.com/RichieSams), [@sh0rez](https://www.github.com/sh0rez) |
10+
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@RichieSams](https://www.github.com/RichieSams), [@sh0rez](https://www.github.com/sh0rez), [@djaglowski](https://www.github.com/djaglowski) |
1111

1212
[development]: https://github.com/open-telemetry/opentelemetry-collector#development
1313
<!-- end autogenerated section -->

processor/intervalprocessor/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ status:
88
distributions: []
99
warnings: [Statefulness]
1010
codeowners:
11-
active: [RichieSams, sh0rez]
11+
active: [RichieSams, sh0rez, djaglowski]
1212
tests:
1313
config:

0 commit comments

Comments
 (0)