Skip to content

Commit b2196b5

Browse files
Update Component Ownership for Components (open-telemetry#2061)
1 parent e33d6b4 commit b2196b5

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/component_owners.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ components:
66
src/OpenTelemetry.Exporter.Geneva/:
77
- cijothomas
88
- codeblanch
9+
- rajkumar-rangaraj
910
- reyang
1011
- utpilla
11-
- Yun-Ting
1212
src/OpenTelemetry.Exporter.InfluxDB/:
1313
- havret
1414
src/OpenTelemetry.Exporter.Instana/:
@@ -61,15 +61,15 @@ components:
6161
src/OpenTelemetry.Instrumentation.Wcf/:
6262
- codeblanch
6363
src/OpenTelemetry.PersistentStorage.Abstractions/:
64-
- vishweshbankwar
64+
- rajkumar-rangaraj
6565
src/OpenTelemetry.PersistentStorage.FileSystem/:
66-
- vishweshbankwar
66+
- rajkumar-rangaraj
6767
src/OpenTelemetry.Resources.AWS/:
6868
- srprash
6969
- ppittle
7070
src/OpenTelemetry.Resources.Azure/:
7171
- rajkumar-rangaraj
72-
- vishweshbankwar
72+
- TimothyMothra
7373
src/OpenTelemetry.Resources.Container/:
7474
- iskiselev
7575
src/OpenTelemetry.Resources.Host/:
@@ -93,21 +93,21 @@ components:
9393
test/OpenTelemetry.Exporter.Geneva.Benchmarks/:
9494
- cijothomas
9595
- codeblanch
96+
- rajkumar-rangaraj
9697
- reyang
9798
- utpilla
98-
- Yun-Ting
9999
test/OpenTelemetry.Exporter.Geneva.Stress/:
100100
- cijothomas
101101
- codeblanch
102+
- rajkumar-rangaraj
102103
- reyang
103104
- utpilla
104-
- Yun-Ting
105105
test/OpenTelemetry.Exporter.Geneva.Tests/:
106106
- cijothomas
107107
- codeblanch
108+
- rajkumar-rangaraj
108109
- reyang
109110
- utpilla
110-
- Yun-Ting
111111
test/OpenTelemetry.Exporter.InfluxDB.Tests/:
112112
- havret
113113
test/OpenTelemetry.Exporter.Instana.Tests/:
@@ -161,13 +161,13 @@ components:
161161
test/OpenTelemetry.Instrumentation.Wcf.Tests/:
162162
- codeblanch
163163
test/OpenTelemetry.PersistentStorage.FileSystem.Tests/:
164-
- vishweshbankwar
164+
- rajkumar-rangaraj
165165
test/OpenTelemetry.Resources.AWS.Tests/:
166166
- srprash
167167
- ppittle
168168
test/OpenTelemetry.Resources.Azure.Tests/:
169169
- rajkumar-rangaraj
170-
- vishweshbankwar
170+
- TimothyMothra
171171
test/OpenTelemetry.Resources.Container.Tests/:
172172
- iskiselev
173173
test/OpenTelemetry.Resources.Host.Tests/:

src/OpenTelemetry.Exporter.Geneva/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| Status | |
44
| ------------- |-----------|
55
| Stability | [Stable](../../README.md#stable)|
6-
| Code Owners | [@cijothomas](https://github.com/cijothomas), [@codeblanch](https://github.com/codeblanch), [@reyang](https://github.com/reyang), [@utpilla](https://github.com/utpilla), [@Yun-Ting](https://github.com/Yun-Ting)|
6+
| Code Owners | [@cijothomas](https://github.com/cijothomas), [@codeblanch](https://github.com/codeblanch), [@rajkumar-rangaraj](https://github.com/rajkumar-rangaraj/), [@reyang](https://github.com/reyang), [@utpilla](https://github.com/utpilla)|
77

88
[![NuGet version badge](https://img.shields.io/nuget/v/OpenTelemetry.Exporter.Geneva)](https://www.nuget.org/packages/OpenTelemetry.Exporter.Geneva)
99
[![NuGet download count badge](https://img.shields.io/nuget/dt/OpenTelemetry.Exporter.Geneva)](https://www.nuget.org/packages/OpenTelemetry.Exporter.Geneva)

src/OpenTelemetry.PersistentStorage.Abstractions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| Status | |
44
| ------------- |-----------|
55
| Stability | [Stable](../../README.md#stable)|
6-
| Code Owners | [@vishweshbankwar](https://github.com/vishweshbankwar)|
6+
| Code Owners | [@rajkumar-rangaraj](https://github.com/rajkumar-rangaraj/)|
77

88
[![NuGet version badge](https://img.shields.io/nuget/v/OpenTelemetry.PersistentStorage.Abstractions)](https://www.nuget.org/packages/OpenTelemetry.PersistentStorage.Abstractions)
99
[![NuGet download count badge](https://img.shields.io/nuget/dt/OpenTelemetry.PersistentStorage.Abstractions)](https://www.nuget.org/packages/OpenTelemetry.PersistentStorage.Abstractions)

src/OpenTelemetry.PersistentStorage.FileSystem/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| Status | |
44
| ------------- |-----------|
55
| Stability | [Stable](../../README.md#stable)|
6-
| Code Owners | [@vishweshbankwar](https://github.com/vishweshbankwar)|
6+
| Code Owners | [@rajkumar-rangaraj](https://github.com/rajkumar-rangaraj/)|
77

88
[![NuGet version badge](https://img.shields.io/nuget/v/OpenTelemetry.PersistentStorage.FileSystem)](https://www.nuget.org/packages/OpenTelemetry.PersistentStorage.FileSystem)
99
[![NuGet download count badge](https://img.shields.io/nuget/dt/OpenTelemetry.PersistentStorage.FileSystem)](https://www.nuget.org/packages/OpenTelemetry.PersistentStorage.FileSystem)

src/OpenTelemetry.Resources.Azure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| Status | |
44
| ------------- |-----------|
55
| Stability | [Beta](../../README.md#beta)|
6-
| Code Owners | [@vishweshbankwar](https://github.com/vishweshbankwar), [@rajkumar-rangaraj](https://github.com/rajkumar-rangaraj)|
6+
| Code Owners | [@rajkumar-rangaraj](https://github.com/rajkumar-rangaraj), [@TimothyMothra](https://github.com/TimothyMothra)|
77

88
[![NuGet version badge](https://img.shields.io/nuget/v/OpenTelemetry.Resources.Azure)](https://www.nuget.org/packages/OpenTelemetry.Resources.Azure)
99
[![NuGet download count badge](https://img.shields.io/nuget/dt/OpenTelemetry.Resources.Azure)](https://www.nuget.org/packages/OpenTelemetry.Resources.Azure)

0 commit comments

Comments
 (0)