From f11322ac562d3010e9f3252bb3aa98b0c10a9ac5 Mon Sep 17 00:00:00 2001 From: Allen Kim Date: Fri, 5 Jan 2024 08:37:56 +0900 Subject: [PATCH] Update instrumentation/opentelemetry-instrumentation-asyncio/README.rst Co-authored-by: Aaron Abbott --- .../opentelemetry-instrumentation-asyncio/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/opentelemetry-instrumentation-asyncio/README.rst b/instrumentation/opentelemetry-instrumentation-asyncio/README.rst index 5b609d21ee..2f84ae4618 100644 --- a/instrumentation/opentelemetry-instrumentation-asyncio/README.rst +++ b/instrumentation/opentelemetry-instrumentation-asyncio/README.rst @@ -25,7 +25,7 @@ If you want to trace specific blocking functions executed with the ``to_thread`` export OTEL_PYTHON_ASYNCIO_TO_THREAD_FUNCTION_NAMES_TO_TRACE=func_name,func_name2,func_name3 -For future, set it up like this +You can enable tracing futures with ``OTEL_PYTHON_ASYNCIO_FUTURE_TRACE_ENABLED`` ----------------------------------------------- .. code:: bash