Skip to content

Commit b3f4604

Browse files
committed
include feedback
1 parent 5f7bd4b commit b3f4604

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

instrumentation/opentelemetry-instrumentation-asyncio/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Set the names of coroutines you want to trace.
2020
export OTEL_PYTHON_ASYNCIO_COROUTINE_NAMES_TO_TRACE=coro_name,coro_name2,coro_name3
2121
2222
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``.
23-
------------------------------------------------------------------------------------------------------------------------
23+
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2424
.. code:: bash
2525
2626
export OTEL_PYTHON_ASYNCIO_TO_THREAD_FUNCTION_NAMES_TO_TRACE=func_name,func_name2,func_name3
2727
2828
You can enable tracing futures with ``OTEL_PYTHON_ASYNCIO_FUTURE_TRACE_ENABLED``
29-
-----------------------------------------------
29+
-----------------------------------------------------------------------------------------------
3030
.. code:: bash
3131
3232
export OTEL_PYTHON_ASYNCIO_FUTURE_TRACE_ENABLED=true
@@ -103,7 +103,7 @@ Installation
103103

104104

105105
References
106-
----------
106+
-----------
107107

108108
* `OpenTelemetry asyncio/ Tracing <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/asyncio/asyncio.html>`_
109109
* `OpenTelemetry Project <https://opentelemetry.io/>`_

0 commit comments

Comments
 (0)