We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b8cec5 + d368d68 commit bc3d1d2Copy full SHA for bc3d1d2
instrumentation/opentelemetry-instrumentation-celery/src/opentelemetry/instrumentation/celery/__init__.py
@@ -50,7 +50,7 @@ def add(x, y):
50
Setting up tracing
51
------------------
52
53
-When tracing a celery worker process, tracing and instrumention both must be initialized after the celery worker
+When tracing a celery worker process, tracing and instrumentation both must be initialized after the celery worker
54
process is initialized. This is required for any tracing components that might use threading to work correctly
55
such as the BatchSpanProcessor. Celery provides a signal called ``worker_process_init`` that can be used to
56
accomplish this as shown in the example above.
0 commit comments