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.
1 parent 214a851 commit f11322aCopy full SHA for f11322a
instrumentation/opentelemetry-instrumentation-asyncio/README.rst
@@ -25,7 +25,7 @@ If you want to trace specific blocking functions executed with the ``to_thread``
25
26
export OTEL_PYTHON_ASYNCIO_TO_THREAD_FUNCTION_NAMES_TO_TRACE=func_name,func_name2,func_name3
27
28
-For future, set it up like this
+You can enable tracing futures with ``OTEL_PYTHON_ASYNCIO_FUTURE_TRACE_ENABLED``
29
-----------------------------------------------
30
.. code:: bash
31
0 commit comments