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=
2929 httpx.SyncByteStream
3030 httpx.AsyncByteStream
3131 httpx.Response
32+ aiohttp.web_request.Request
3233 yarl.URL
3334 cimpl.Producer
3435 cimpl.Consumer
6566
6667py-obj =
6768 opentelemetry.propagators.textmap.CarrierT
68-
69+
6970py-func =
7071 poll
7172 flush
Original file line number Diff line number Diff line change 11OpenTelemetry click Instrumentation
2- ===========================
2+ ====================================
33
44|pypi |
55
You can’t perform that action at this time.
0 commit comments