Skip to content

Commit b28a329

Browse files
authored
[processor/tailsampling] Added @portertech to codeowners (#37299)
1 parent 01104dd commit b28a329

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ processor/routingprocessor/ @open-telemetry
194194
processor/schemaprocessor/ @open-telemetry/collector-contrib-approvers @MovieStoreGuy @ankitpatel96
195195
processor/spanprocessor/ @open-telemetry/collector-contrib-approvers @boostchicken
196196
processor/sumologicprocessor/ @open-telemetry/collector-contrib-approvers @rnishtala-sumo @chan-tim-sumo
197-
processor/tailsamplingprocessor/ @open-telemetry/collector-contrib-approvers @jpkrohling
197+
processor/tailsamplingprocessor/ @open-telemetry/collector-contrib-approvers @jpkrohling @portertech
198198
processor/transformprocessor/ @open-telemetry/collector-contrib-approvers @TylerHelmuth @kentquirk @bogdandrutu @evan-bradley @edmocosta
199199

200200
receiver/activedirectorydsreceiver/ @open-telemetry/collector-contrib-approvers @pjanotti

processor/tailsamplingprocessor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Stability | [beta]: traces |
77
| Distributions | [contrib], [k8s] |
88
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Aprocessor%2Ftailsampling%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Aprocessor%2Ftailsampling) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Aprocessor%2Ftailsampling%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Aprocessor%2Ftailsampling) |
9-
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@jpkrohling](https://www.github.com/jpkrohling) |
9+
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@jpkrohling](https://www.github.com/jpkrohling), [@portertech](https://www.github.com/portertech) |
1010

1111
[beta]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#beta
1212
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
@@ -534,4 +534,4 @@ As a reminder, a policy voting to sample the trace does not guarantee sampling;
534534
sampling_policy_evaluation_error
535535
```
536536

537-
[documentation_md]: ./documentation.md
537+
[documentation_md]: ./documentation.md

processor/tailsamplingprocessor/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ status:
66
beta: [traces]
77
distributions: [contrib, k8s]
88
codeowners:
9-
active: [jpkrohling]
9+
active: [jpkrohling, portertech]
1010

1111
tests:
1212
config:

0 commit comments

Comments
 (0)