Skip to content

Commit 5a15f57

Browse files
Fix aiohttp instrumentors' readmes (open-telemetry#3902)
* Fix aiohttp instrumentor readmes * Changelog --------- Co-authored-by: Riccardo Magliocchetti <[email protected]>
1 parent 31b2e4a commit 5a15f57

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030

3131
- `opentelemetry-instrumentation-botocore`: Handle dict input in _decode_tool_use for Bedrock streaming
3232
([#3875](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3875))
33+
- `opentelemetry-instrumentation-aiohttp-client`, `opentelemetry-instrumentation-aiohttp-server`: Fix readme links and text
34+
([#3902](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3902))
3335
- `opentelemetry-instrumentation-aws-lambda`: Fix ImportError with slash-delimited handler paths
3436
([#3894](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3894))
3537
- `opentelemetry-exporter-richconsole`: Prevent deadlock when parent span is not part of the batch

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)