Skip to content

Commit 1f0f340

Browse files
committed
modified lint results
1 parent 7cc4618 commit 1f0f340

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

instrumentation/opentelemetry-instrumentation-asyncio/README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OpenTelemetry asyncio Instrumentation
2-
===========================
2+
======================================
33

44
|pypi|
55

@@ -19,7 +19,7 @@ Set the name of the coroutine you want to trace.
1919
export OTEL_PYTHON_ASYNCIO_COROUTINE_NAMES_TO_TRACE=coro_name,coro_name2,coro_name3
2020
2121
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+
------------------------------------------------------------------------------------------------------------------------
2323
.. code::
2424
export OTEL_PYTHON_ASYNCIO_TO_THREAD_FUNCTION_NAMES_TO_TRACE=func_name,func_name2,func_name3
2525

0 commit comments

Comments
 (0)