File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
opentelemetry-instrumentation-aiohttp-client
opentelemetry-instrumentation-aiohttp-server Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Installation
1919References
2020----------
2121
22+ * `OpenTelemetry aiohttp client Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/aiohttp_client/aiohttp_client.html >`_
23+ * `aiohttp Tracing Reference <https://docs.aiohttp.org/en/stable/tracing_reference.html >`_
2224* `OpenTelemetry Project <https://opentelemetry.io/ >`_
23- * `aiohttp client Tracing <https://docs.aiohttp.org/en/stable/tracing_reference.html >`_
2425* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ OpenTelemetry aiohttp server Integration
33
44|pypi |
55
6- .. |pypi | image :: https://badge.fury.io/py/opentelemetry-instrumentation-aiohttp-client .svg
7- :target: https://pypi.org/project/opentelemetry-instrumentation-aiohttp-client /
6+ .. |pypi | image :: https://badge.fury.io/py/opentelemetry-instrumentation-aiohttp-server .svg
7+ :target: https://pypi.org/project/opentelemetry-instrumentation-aiohttp-server /
88
99This library allows tracing HTTP requests made by the
1010`aiohttp server <https://docs.aiohttp.org/en/stable/server.html >`_ library.
@@ -19,6 +19,7 @@ Installation
1919References
2020----------
2121
22+ * `OpenTelemetry aiohttp server Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/aiohttp_server/aiohttp_server.html >`_
23+ * `aiohttp Tracing Reference <https://docs.aiohttp.org/en/stable/tracing_reference.html >`_
2224* `OpenTelemetry Project <https://opentelemetry.io/ >`_
23- * `aiohttp client Tracing <https://docs.aiohttp.org/en/stable/tracing_reference.html >`_
2425* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples >`_
You can’t perform that action at this time.
0 commit comments