-
Notifications
You must be signed in to change notification settings - Fork 283
/
component_owners.yml
178 lines (177 loc) · 4.96 KB
/
component_owners.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# This file is used by .github/workflows/assign-reviewers.yml
# Each component identified by its path prefix has a list of users
# Please add the entries in alphabetically sorted order
components:
src/OpenTelemetry.Exporter.Geneva/:
- cijothomas
- codeblanch
- rajkumar-rangaraj
src/OpenTelemetry.Exporter.InfluxDB/:
- havret
src/OpenTelemetry.Exporter.Instana/:
- zivaninstana
src/OpenTelemetry.Exporter.OneCollector/:
- codeblanch
src/OpenTelemetry.Exporter.Stackdriver/:
- SergeyKanzhelev
src/OpenTelemetry.Extensions/:
- codeblanch
- mikegoldsmith
src/OpenTelemetry.Extensions.AWS/:
- srprash
- ppittle
src/OpenTelemetry.Extensions.Enrichment/:
- xakep139
src/OpenTelemetry.Instrumentation.AWS/:
- srprash
- ppittle
- muhammad-othman
src/OpenTelemetry.Instrumentation.AWSLambda/:
- rypdal
- Oberon00
- ppittle
src/OpenTelemetry.Instrumentation.Cassandra/:
- xsoheilalizadeh
src/OpenTelemetry.Instrumentation.ConfluentKafka/:
- g7ed6e
src/OpenTelemetry.Instrumentation.ElasticsearchClient/:
- ejsmith
src/OpenTelemetry.Instrumentation.EventCounters/:
- hananiel
- mic-max
src/OpenTelemetry.Instrumentation.GrpcCore/:
- IliaBrahinets
- pcwiese
src/OpenTelemetry.Instrumentation.Hangfire/:
- fred2u
src/OpenTelemetry.Instrumentation.Owin/:
- codeblanch
src/OpenTelemetry.Instrumentation.Process/:
- Yun-Ting
src/OpenTelemetry.Instrumentation.Quartz/:
- maldago
src/OpenTelemetry.Instrumentation.StackExchangeRedis/:
- matt-hensley
src/OpenTelemetry.Instrumentation.Runtime/:
- twenzel
- xiang17
src/OpenTelemetry.Instrumentation.Wcf/:
- codeblanch
src/OpenTelemetry.PersistentStorage.Abstractions/:
- rajkumar-rangaraj
src/OpenTelemetry.PersistentStorage.FileSystem/:
- rajkumar-rangaraj
src/OpenTelemetry.Resources.AWS/:
- srprash
- ppittle
src/OpenTelemetry.Resources.Azure/:
- rajkumar-rangaraj
- TimothyMothra
src/OpenTelemetry.Resources.Container/:
- iskiselev
src/OpenTelemetry.Resources.Host/:
- Kielek
- lachmatt
src/OpenTelemetry.Resources.OperatingSystem/:
- Kielek
- lachmatt
src/OpenTelemetry.Resources.Process/:
- Kielek
- lachmatt
src/OpenTelemetry.Resources.ProcessRuntime/:
- Kielek
- lachmatt
src/OpenTelemetry.Resources.Gcp/:
- matt-hensley
- pyohannes
src/OpenTelemetry.Sampler.AWS/:
- srprash
- ppittle
test/OpenTelemetry.Exporter.Geneva.Benchmarks/:
- cijothomas
- codeblanch
- rajkumar-rangaraj
test/OpenTelemetry.Exporter.Geneva.Stress/:
- cijothomas
- codeblanch
- rajkumar-rangaraj
test/OpenTelemetry.Exporter.Geneva.Tests/:
- cijothomas
- codeblanch
- rajkumar-rangaraj
test/OpenTelemetry.Exporter.InfluxDB.Tests/:
- havret
test/OpenTelemetry.Exporter.Instana.Tests/:
- zivaninstana
test/OpenTelemetry.Exporter.OneCollector.Benchmarks/:
- codeblanch
test/OpenTelemetry.Exporter.OneCollector.Tests/:
- codeblanch
test/OpenTelemetry.Exporter.Stackdriver.Tests/:
- SergeyKanzhelev
test/OpenTelemetry.Extensions.Tests/:
- codeblanch
- mikegoldsmith
test/OpenTelemetry.Extensions.AWS.Tests/:
- srprash
- ppittle
test/OpenTelemetry.Extensions.Enrichment.Tests/:
- xakep139
test/OpenTelemetry.Instrumentation.AWS.Tests/:
- srprash
- ppittle
- muhammad-othman
test/OpenTelemetry.Instrumentation.AWSLambda.Tests/:
- rypdal
- Oberon00
- ppittle
test/OpenTelemetry.Instrumentation.Cassandra.Tests/:
- xsoheilalizadeh
test/OpenTelemetry.Instrumentation.ConfluentKafka.Tests/:
- g7ed6e
test/OpenTelemetry.Instrumentation.ElasticsearchClient.Tests/:
- ejsmith
test/OpenTelemetry.Instrumentation.EventCounters.Tests/:
- hananiel
- mic-max
test/OpenTelemetry.Instrumentation.GrpcCore.Tests/:
- IliaBrahinets
- pcwiese
test/OpenTelemetry.Instrumentation.Hangfire.Tests/:
- fred2u
test/OpenTelemetry.Instrumentation.Owin.Tests/:
- codeblanch
test/OpenTelemetry.Instrumentation.Quartz.Tests/:
- maldago
test/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests/:
- matt-hensley
test/OpenTelemetry.Instrumentation.Runtime.Tests/:
- twenzel
- xiang17
test/OpenTelemetry.Instrumentation.Wcf.Tests/:
- codeblanch
test/OpenTelemetry.PersistentStorage.FileSystem.Tests/:
- rajkumar-rangaraj
test/OpenTelemetry.Resources.AWS.Tests/:
- srprash
- ppittle
test/OpenTelemetry.Resources.Azure.Tests/:
- rajkumar-rangaraj
- TimothyMothra
test/OpenTelemetry.Resources.Container.Tests/:
- iskiselev
test/OpenTelemetry.Resources.Host.Tests/:
- Kielek
- lachmatt
test/OpenTelemetry.Resources.Process.Tests/:
- Kielek
- lachmatt
test/OpenTelemetry.Resources.ProcessRuntime.Tests/:
- Kielek
- lachmatt
test/OpenTelemetry.Resources.Gcp.Tests/:
- matt-hensley
- pyohannes
test/OpenTelemetry.Sampler.AWS.Tests/:
- srprash
- ppittle