Skip to content

Commit 910f8a6

Browse files
committed
Merge branch 'vertexai_v4' of github.com:DylanRussell/opentelemetry-python-contrib into vertexai_v4
2 parents 19af618 + d313342 commit 910f8a6

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)