Skip to content

Commit a976e85

Browse files
xrmxemdneto
andauthored
Update instrumentation/opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask/__init__.py
Co-authored-by: Emídio Neto <[email protected]>
1 parent 8c070e6 commit a976e85

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def response_hook(span: Span, status: str, response_headers: List):
209209
210210
Note:
211211
FlaskInstrumentor sqlcommenter requires that sqlcommenter is also
212-
enabled for an active instrumention of a database driver or object relation
212+
enabled for an active instrumentation of a database driver or object-relational
213213
mapper (ORM) in the same database client stack. The latter, such as
214214
Psycopg2Instrumentor of SQLAlchemyInstrumentor, will create a base sqlcomment
215215
that is enhanced by FlaskInstrumentor with additional values from context

0 commit comments

Comments
 (0)