Skip to content

Commit 33a0e3c

Browse files
authored
opentelemetry-instrumentation-celery: fix typo in docs
1 parent ae4972c commit 33a0e3c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def add(x, y):
5050
Setting up tracing
5151
------------------
5252
53-
When tracing a celery worker process, tracing and instrumention both must be initialized after the celery worker
53+
When tracing a celery worker process, tracing and instrumentation both must be initialized after the celery worker
5454
process is initialized. This is required for any tracing components that might use threading to work correctly
5555
such as the BatchSpanProcessor. Celery provides a signal called ``worker_process_init`` that can be used to
5656
accomplish this as shown in the example above.

0 commit comments

Comments
 (0)