Skip to content

Commit 9f84955

Browse files
Update instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django/__init__.py
Co-authored-by: Emídio Neto <[email protected]>
1 parent fb94d2f commit 9f84955

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def response_hook(span, request, response):
191191
192192
Warning:
193193
Duplicate sqlcomments may be appended to the sqlquery log if DjangoInstrumentor
194-
sqlcommenter is enabled in addition to sqlcommenter for an active instrumention
194+
sqlcommenter is enabled in addition to sqlcommenter for an active instrumentation
195195
of a database driver or object-relational mapper (ORM) in the same database client
196196
stack. For example, if psycopg2 driver is used and Psycopg2Instrumentor has
197197
sqlcommenter enabled, then both DjangoInstrumentor and Psycopg2Instrumentor will

0 commit comments

Comments
 (0)