Skip to content

Commit d7bd3ec

Browse files
Fix aiohttp instrumentor readmes
1 parent 34db73e commit d7bd3ec

File tree

2 files changed

+6
-4
lines changed
  • instrumentation
    • opentelemetry-instrumentation-aiohttp-client
    • opentelemetry-instrumentation-aiohttp-server

2 files changed

+6
-4
lines changed

instrumentation/opentelemetry-instrumentation-aiohttp-client/README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Installation
1919
References
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>`_

instrumentation/opentelemetry-instrumentation-aiohttp-server/README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

99
This 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
1919
References
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>`_

0 commit comments

Comments
 (0)