diff --git a/CHANGELOG.md b/CHANGELOG.md index afd05cd104..8d0171ab5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `opentelemetry-instrumentation-botocore`: Handle dict input in _decode_tool_use for Bedrock streaming ([#3875](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3875)) +- `opentelemetry-instrumentation-aiohttp-client`, `opentelemetry-instrumentation-aiohttp-server`: Fix readme links and text + ([#3902](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3902)) - `opentelemetry-instrumentation-aws-lambda`: Fix ImportError with slash-delimited handler paths ([#3894](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3894)) - `opentelemetry-exporter-richconsole`: Prevent deadlock when parent span is not part of the batch diff --git a/instrumentation/opentelemetry-instrumentation-aiohttp-client/README.rst b/instrumentation/opentelemetry-instrumentation-aiohttp-client/README.rst index eb2a3f9505..46c2378b20 100644 --- a/instrumentation/opentelemetry-instrumentation-aiohttp-client/README.rst +++ b/instrumentation/opentelemetry-instrumentation-aiohttp-client/README.rst @@ -19,6 +19,7 @@ Installation References ---------- +* `OpenTelemetry aiohttp client Instrumentation `_ +* `aiohttp Tracing Reference `_ * `OpenTelemetry Project `_ -* `aiohttp client Tracing `_ * `OpenTelemetry Python Examples `_ diff --git a/instrumentation/opentelemetry-instrumentation-aiohttp-server/README.rst b/instrumentation/opentelemetry-instrumentation-aiohttp-server/README.rst index b8606ad687..98287a864c 100644 --- a/instrumentation/opentelemetry-instrumentation-aiohttp-server/README.rst +++ b/instrumentation/opentelemetry-instrumentation-aiohttp-server/README.rst @@ -3,8 +3,8 @@ OpenTelemetry aiohttp server Integration |pypi| -.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-aiohttp-client.svg - :target: https://pypi.org/project/opentelemetry-instrumentation-aiohttp-client/ +.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-aiohttp-server.svg + :target: https://pypi.org/project/opentelemetry-instrumentation-aiohttp-server/ This library allows tracing HTTP requests made by the `aiohttp server `_ library. @@ -19,6 +19,7 @@ Installation References ---------- +* `OpenTelemetry aiohttp server Instrumentation `_ +* `aiohttp Tracing Reference `_ * `OpenTelemetry Project `_ -* `aiohttp client Tracing `_ * `OpenTelemetry Python Examples `_