mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-03 04:10:48 +08:00
add tortoiseorm docs (#1541)
This commit is contained in:
@ -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
|
||||
|
||||
|
6
docs/instrumentation/tortoiseorm/tortoiseorm.rst
Normal file
6
docs/instrumentation/tortoiseorm/tortoiseorm.rst
Normal file
@ -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
|
||||
-----
|
||||
|
Reference in New Issue
Block a user