File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed
instrumentation/opentelemetry-instrumentation-click Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ .. include :: ../../../instrumentation/opentelemetry-instrumentation-aiohttp-server/README.rst
2
+ :end-before: References
3
+
4
+ .. automodule :: opentelemetry.instrumentation.aiohttp_server
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change
1
+ .. include :: ../../../instrumentation/opentelemetry-instrumentation-click/README.rst
2
+ :end-before: References
3
+
4
+ .. automodule :: opentelemetry.instrumentation.click
5
+ :members:
6
+ :undoc-members:
7
+ :show-inheritance:
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ py-class=
29
29
httpx.SyncByteStream
30
30
httpx.AsyncByteStream
31
31
httpx.Response
32
+ aiohttp.web_request.Request
32
33
yarl.URL
33
34
cimpl.Producer
34
35
cimpl.Consumer
65
66
66
67
py-obj =
67
68
opentelemetry.propagators.textmap.CarrierT
68
-
69
+
69
70
py-func =
70
71
poll
71
72
flush
Original file line number Diff line number Diff line change 1
1
OpenTelemetry click Instrumentation
2
- ===========================
2
+ ====================================
3
3
4
4
|pypi |
5
5
You can’t perform that action at this time.
0 commit comments