opentelemetry-instrumentation-asyncio: package name typo (#2844)

This commit is contained in:
Karoline Pauls
2024-09-02 16:06:57 +01:00
committed by GitHub
parent 98958b6f1e
commit f5868df7f8

View File

@ -14,7 +14,7 @@
"""
.. asyncio: https://github.com/python/asyncio
The opentelemetry-instrumentation-asycnio package allows tracing asyncio applications.
The opentelemetry-instrumentation-asyncio package allows tracing asyncio applications.
The metric for coroutine, future, is generated even if there is no setting to generate a span.
Run instrumented application