File tree 1 file changed +2
-2
lines changed
instrumentation/opentelemetry-instrumentation-asyncio
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
OpenTelemetry asyncio Instrumentation
2
- ===========================
2
+ ======================================
3
3
4
4
|pypi |
5
5
@@ -19,7 +19,7 @@ Set the name of the coroutine you want to trace.
19
19
export OTEL_PYTHON_ASYNCIO_COROUTINE_NAMES_TO_TRACE=coro_name,coro_name2,coro_name3
20
20
21
21
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
- ---------------------------------------------------------------------------------------------------------------------------------------------
22
+ ------------------------------------------------------------------------------------------------------------------------
23
23
.. code ::
24
24
export OTEL_PYTHON_ASYNCIO_TO_THREAD_FUNCTION_NAMES_TO_TRACE=func_name,func_name2,func_name3
25
25
You can’t perform that action at this time.
0 commit comments