add tortoiseorm docs (#1541)

This commit is contained in:
Nimrod Shlagman
2023-01-02 20:12:29 +02:00
committed by GitHub
parent abaa26381e
commit de4cde7e33
3 changed files with 8 additions and 1 deletions

View File

@ -37,6 +37,7 @@ redis>=2.6
remoulade>=0.50
sqlalchemy>=1.0
tornado>=5.1.1
tortoise-orm>=0.17.0
ddtrace>=0.34.0
httpx>=0.18.0

View File

@ -0,0 +1,6 @@
.. include:: ../../../instrumentation/opentelemetry-instrumentation-tortoiseorm/README.rst
.. automodule:: opentelemetry.instrumentation.tortoiseorm
:members:
:undoc-members:
:show-inheritance:

View File

@ -13,7 +13,7 @@
# limitations under the License.
"""
Instrument `tortoise-orm`_ to report SQL queries.
Instrument tortoise-orm to report SQL queries.
Usage
-----