We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11322a commit ef45d62Copy full SHA for ef45d62
instrumentation/opentelemetry-instrumentation-asyncio/README.rst
@@ -10,7 +10,7 @@ AsyncioInstrumentor: Tracing Requests Made by the Asyncio Library
10
11
12
The opentelemetry-instrumentation-asyncio package allows tracing asyncio applications.
13
-The metric for coroutine, future, is generated even if there is no setting to generate a span.
+It also includes metrics for duration and counts of coroutines and futures. Metrics are generated even if coroutines are not traced.
14
15
16
Set the names of coroutines you want to trace.
0 commit comments