Skip to content

Commit 7ae40b0

Browse files
Rm repeated link defs
1 parent 7e7b585 commit 7ae40b0

File tree

1 file changed

+0
-6
lines changed
  • instrumentation/opentelemetry-instrumentation-dbapi/src/opentelemetry/instrumentation/dbapi

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@
6262
`instrumentation`_. There is no need to opt in at the DB-API level unless setting up
6363
its integration directly.
6464
65-
.. _instrumentation: https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation
66-
6765
If using DB-API instrumentation directly, you can optionally enable sqlcommenter which
6866
enriches the query with contextual information. Queries made after setting up
6967
trace integration with sqlcommenter enabled will have configurable key-value pairs
@@ -98,8 +96,6 @@
9896
`instrumentation`_. There is no need to configure at the DB-API level unless setting up
9997
its integration directly.
10098
101-
.. _instrumentation: https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation
102-
10399
If using DB-API instrumentation directly, the key-value pairs appended to the query
104100
can be configured using ``commenter_options``. When sqlcommenter is enabled, all
105101
available KVs/tags are calculated by default. ``commenter_options`` supports *opting out*
@@ -156,8 +152,6 @@
156152
`instrumentation`_. There is no need to opt in at the DB-API level unless setting up
157153
its integration directly.
158154
159-
.. _instrumentation: https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation
160-
161155
If using DB-API instrumentation directly and sqlcommenter is enabled, you can opt into
162156
the inclusion of sqlcomment in the query span ``db.statement`` attribute for your needs.
163157
If ``commenter_options`` have been set, the span attribute comment will also be configured

0 commit comments

Comments
 (0)