Skip to content

Commit fb94d2f

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

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
@@ -192,7 +192,7 @@ def response_hook(span, request, response):
192192
Warning:
193193
Duplicate sqlcomments may be appended to the sqlquery log if DjangoInstrumentor
194194
sqlcommenter is enabled in addition to sqlcommenter for an active instrumention
195-
of a database driver or object relation mapper (ORM) in the same database client
195+
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
198198
append comments to the query statement.

0 commit comments

Comments
 (0)