Skip to content

Commit 2c6d944

Browse files
bourbonkkaabmass
andauthored
Update instrumentation/opentelemetry-instrumentation-asyncio/README.rst
Co-authored-by: Aaron Abbott <[email protected]>
1 parent f8a0b5e commit 2c6d944

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-asyncio

1 file changed

+1
-1
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-asyncio/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Set the name of the coroutine you want to trace.
1919
2020
export OTEL_PYTHON_ASYNCIO_COROUTINE_NAMES_TO_TRACE=coro_name,coro_name2,coro_name3
2121
22-
If you want to keep track of which function to use in the to_thread function of asyncio, set the name of the function.
22+
If you want to trace specific blocking functions executed with the ``to_thread`` function of asyncio, set the name of the functions in ``OTEL_PYTHON_ASYNCIO_TO_THREAD_FUNCTION_NAMES_TO_TRACE``.
2323
------------------------------------------------------------------------------------------------------------------------
2424
.. code:: bash
2525

0 commit comments

Comments
 (0)