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:
Emídio Neto
2024-12-03 06:19:43 -03:00
committed by GitHub
parent 0da62aa532
commit 668cb75f24
4 changed files with 17 additions and 2 deletions

View 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:

View File

@ -0,0 +1,7 @@
.. include:: ../../../instrumentation/opentelemetry-instrumentation-click/README.rst
:end-before: References
.. automodule:: opentelemetry.instrumentation.click
:members:
:undoc-members:
:show-inheritance:

View File

@ -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