Skip to content

Commit bc3d1d2

Browse files
authored
Merge branch 'main' into pr-lambda
2 parents 9b8cec5 + d368d68 commit bc3d1d2

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)