File tree Expand file tree Collapse file tree 3 files changed +131
-67
lines changed Expand file tree Collapse file tree 3 files changed +131
-67
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -49,3 +49,123 @@ components:
4949
5050 instrumentation/opentelemetry-instrumentation-sqlalchemy :
5151 - shalevr
52+
53+ instrumentation/opentelemetry-instrumentation-flask :
54+ - ocelotl
55+
56+ instrumentation/opentelemetry-instrumentation-jinja2 :
57+ - ocelotl
58+
59+ instrumentation/opentelemetry-instrumentation-logging :
60+ - ocelotl
61+
62+ instrumentation/opentelemetry-instrumentation-requests :
63+ - ocelotl
64+
65+ instrumentation/opentelemetry-instrumentation-urllib :
66+ - ocelotl
67+
68+ instrumentation/opentelemetry-instrumentation-urllib3 :
69+ - ocelotl
70+
71+ CHANGELOG.md :
72+ - ocelotl
73+
74+ .codespellrc :
75+ - ocelotl
76+
77+ CONTRIBUTING.md :
78+ - ocelotl
79+
80+ .coveragerc :
81+ - ocelotl
82+
83+ dev-requirements.txt :
84+ - ocelotl
85+
86+ docs :
87+ - ocelotl
88+
89+ docs-requirements.txt :
90+ - ocelotl
91+
92+ eachdist.ini :
93+ - ocelotl
94+
95+ exporter :
96+ - ocelotl
97+
98+ .flake8 :
99+ - ocelotl
100+
101+ gen-requirements.txt :
102+ - ocelotl
103+
104+ .git :
105+ - ocelotl
106+
107+ .github :
108+ - ocelotl
109+
110+ .gitignore :
111+ - ocelotl
112+
113+ .isort.cfg :
114+ - ocelotl
115+
116+ LICENSE :
117+ - ocelotl
118+
119+ LICENSE.Apache :
120+ - ocelotl
121+
122+ LICENSE.BSD3 :
123+ - ocelotl
124+
125+ opentelemetry-contrib-instrumentations :
126+ - ocelotl
127+
128+ opentelemetry-distro :
129+ - ocelotl
130+
131+ opentelemetry-instrumentation :
132+ - ocelotl
133+
134+ propagator :
135+ - ocelotl
136+
137+ .pylintrc :
138+ - ocelotl
139+
140+ pyproject.toml :
141+ - ocelotl
142+
143+ pytest.ini :
144+ - ocelotl
145+
146+ README.md :
147+ - ocelotl
148+
149+ .readthedocs.yml :
150+ - ocelotl
151+
152+ RELEASING.md :
153+ - ocelotl
154+
155+ scripts :
156+ - ocelotl
157+
158+ sdk-extension :
159+ - ocelotl
160+
161+ _template :
162+ - ocelotl
163+
164+ tests :
165+ - ocelotl
166+
167+ tox.ini :
168+ - ocelotl
169+
170+ util :
171+ - ocelotl
Original file line number Diff line number Diff line change @@ -124,6 +124,17 @@ Open a pull request against the main `opentelemetry-python-contrib` repo.
124124 as ` work-in-progress ` , or mark it as [ ` draft ` ] ( https://github.blog/2019-02-14-introducing-draft-pull-requests/ ) .
125125* Make sure CLA is signed and CI is clear.
126126
127+ ### How to Get PRs Reviewed
128+
129+ The maintainers and approvers of this repo are not experts in every instrumentation there is here.
130+ In fact each one of us knows enough about them to only review a few. Unfortunately it can be hard
131+ to find enough experts in every instrumentation to quickly review every instrumentation PR. The
132+ instrumentation experts are listed in ` .github/component_owners.yml ` with their corresponding files
133+ or directories that they own. The owners listed there will be notified when PRs that modify their
134+ files are opened.
135+
136+ If you are not getting reviews, please contact the respective owners directly.
137+
127138### How to Get PRs Merged
128139
129140A PR is considered to be ** ready to merge** when:
You can’t perform that action at this time.
0 commit comments