Skip to content

Commit de4cde7

Browse files
authored
add tortoiseorm docs (#1541)
1 parent abaa263 commit de4cde7

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

docs-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ redis>=2.6
3737
remoulade>=0.50
3838
sqlalchemy>=1.0
3939
tornado>=5.1.1
40+
tortoise-orm>=0.17.0
4041
ddtrace>=0.34.0
4142
httpx>=0.18.0
4243

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. include:: ../../../instrumentation/opentelemetry-instrumentation-tortoiseorm/README.rst
2+
3+
.. automodule:: opentelemetry.instrumentation.tortoiseorm
4+
:members:
5+
:undoc-members:
6+
:show-inheritance:

instrumentation/opentelemetry-instrumentation-tortoiseorm/src/opentelemetry/instrumentation/tortoiseorm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
"""
16-
Instrument `tortoise-orm`_ to report SQL queries.
16+
Instrument tortoise-orm to report SQL queries.
1717
1818
Usage
1919
-----

0 commit comments

Comments
 (0)