mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-03 04:10:48 +08:00
docs: add missing autodoc for click and aiohttp-server (#3060)
* add missing docs for click and aiohttp-server Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * fix click readme Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * add nitpick Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> --------- Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
This commit is contained in:
7
docs/instrumentation/aiohttp_server/aiohttp_server.rst
Normal file
7
docs/instrumentation/aiohttp_server/aiohttp_server.rst
Normal file
@ -0,0 +1,7 @@
|
||||
.. include:: ../../../instrumentation/opentelemetry-instrumentation-aiohttp-server/README.rst
|
||||
:end-before: References
|
||||
|
||||
.. automodule:: opentelemetry.instrumentation.aiohttp_server
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
7
docs/instrumentation/click/click.rst
Normal file
7
docs/instrumentation/click/click.rst
Normal file
@ -0,0 +1,7 @@
|
||||
.. include:: ../../../instrumentation/opentelemetry-instrumentation-click/README.rst
|
||||
:end-before: References
|
||||
|
||||
.. automodule:: opentelemetry.instrumentation.click
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
@ -29,6 +29,7 @@ py-class=
|
||||
httpx.SyncByteStream
|
||||
httpx.AsyncByteStream
|
||||
httpx.Response
|
||||
aiohttp.web_request.Request
|
||||
yarl.URL
|
||||
cimpl.Producer
|
||||
cimpl.Consumer
|
||||
@ -65,7 +66,7 @@ any=
|
||||
|
||||
py-obj=
|
||||
opentelemetry.propagators.textmap.CarrierT
|
||||
|
||||
|
||||
py-func=
|
||||
poll
|
||||
flush
|
||||
|
Reference in New Issue
Block a user