add tortoiseorm docs (#1541)
This commit is contained in:
parent
abaa26381e
commit
de4cde7e33
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
.. include:: ../../../instrumentation/opentelemetry-instrumentation-tortoiseorm/README.rst
|
||||
|
||||
.. automodule:: opentelemetry.instrumentation.tortoiseorm
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
# limitations under the License.
|
||||
|
||||
"""
|
||||
Instrument `tortoise-orm`_ to report SQL queries.
|
||||
Instrument tortoise-orm to report SQL queries.
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
|
|
|||
Loading…
Reference in New Issue