-
Notifications
You must be signed in to change notification settings - Fork 297
/
component_owners.yml
115 lines (114 loc) · 3.3 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
# 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.Contrib.Extensions.AWSXRay/:
- srprash
- lupengamzn
src/OpenTelemetry.Contrib.Instrumentation.AWS/:
- srprash
src/OpenTelemetry.Contrib.Instrumentation.AWSLambda/:
- rypdal
- Oberon00
src/OpenTelemetry.Exporter.Geneva/:
- cijothomas
- codeblanch
- mic-max
- reyang
- utpilla
- Yun-Ting
src/OpenTelemetry.Exporter.Instana/:
- zivaninstana
src/OpenTelemetry.Exporter.Stackdriver/:
- SergeyKanzhelev
src/OpenTelemetry.Extensions/:
- codeblanch
src/OpenTelemetry.Extensions.Docker/:
- iskiselev
src/OpenTelemetry.Extensions.PersistentStorage.Abstractions/:
- vishweshbankwar
src/OpenTelemetry.Extensions.PersistentStorage/:
- vishweshbankwar
src/OpenTelemetry.Instrumentation.ElasticsearchClient/:
- ejsmith
src/OpenTelemetry.Instrumentation.EventCounters/:
- hananiel
src/OpenTelemetry.Instrumentation.GrpcCore/:
- pcwiese
src/OpenTelemetry.Instrumentation.Hangfire/:
- fred2u
src/OpenTelemetry.Instrumentation.MassTransit/:
- alexvaluyskiy
src/OpenTelemetry.Instrumentation.MySqlData/:
- moonheart
src/OpenTelemetry.Instrumentation.Owin/:
- codeblanch
src/OpenTelemetry.Instrumentation.Process/:
- Yun-Ting
src/OpenTelemetry.Instrumentation.Quartz/:
- maldago
src/OpenTelemetry.Instrumentation.Runtime/:
- twenzel
- xiang17
src/OpenTelemetry.Instrumentation.Wcf/:
- codeblanch
test/OpenTelemetry.Contrib.Extensions.AWSXRay.Tests/:
- srprash
- lupengamzn
test/OpenTelemetry.Contrib.Instrumentation.AWS.Tests/:
- srprash
test/OpenTelemetry.Contrib.Instrumentation.AWSLambda.Tests/:
- rypdal
- Oberon00
test/OpenTelemetry.Exporter.Geneva.Benchmark/:
- cijothomas
- codeblanch
- mic-max
- reyang
- utpilla
- Yun-Ting
test/OpenTelemetry.Exporter.Geneva.Stress/:
- cijothomas
- codeblanch
- mic-max
- reyang
- utpilla
- Yun-Ting
test/OpenTelemetry.Exporter.Geneva.Tests/:
- cijothomas
- codeblanch
- mic-max
- reyang
- utpilla
- Yun-Ting
test/OpenTelemetry.Exporter.Instana.Tests/:
- zivaninstana
test/OpenTelemetry.Exporter.Stackdriver.Tests/:
- SergeyKanzhelev
test/OpenTelemetry.Extensions.Tests/:
- codeblanch
test/OpenTelemetry.Extensions.Docker.Tests/:
- swetharavichandrancisco
test/OpenTelemetry.Extensions.PersistentStorage.Tests/:
- vishweshbankwar
test/OpenTelemetry.Instrumentation.ElasticsearchClient.Tests/:
- ejsmith
test/OpenTelemetry.Instrumentation.EventCounters.Tests/:
- hananiel
test/OpenTelemetry.Instrumentation.GrpcCore.Tests/:
- pcwiese
test/OpenTelemetry.Instrumentation.Hangfire.Tests/:
- fred2u
test/OpenTelemetry.Instrumentation.MassTransit.Tests/:
- alexvaluyskiy
test/OpenTelemetry.Instrumentation.MySqlData.Tests/:
- moonheart
test/OpenTelemetry.Instrumentation.Owin.Tests/:
- codeblanch
test/OpenTelemetry.Instrumentation.Quartz.Tests/:
- maldago
test/OpenTelemetry.Instrumentation.Runtime.Tests/:
- twenzel
- xiang17
test/OpenTelemetry.Instrumentation.Wcf.Tests/:
- codeblanch