Skip to content

Commit be56431

Browse files
HTTP semantic convention stability migration for aiohttp-server (#3980)
* wip * Fix http_url redaction * Redact url_query * Add tests * Changelog * pylint:disables * Rm unnecessary check * More concise * Fix http_route attr; other revisions * Generate n lint * CHangelog
1 parent 81db857 commit be56431

File tree

5 files changed

+591
-120
lines changed

5 files changed

+591
-120
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535
([#4050](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4050))
3636
- `opentelemetry-instrumentation-urllib`: add ability to capture custom headers
3737
([#4051](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4051))
38+
- `opentelemetry-instrumentation-aiohttp-server` Implement new semantic convention opt-in migration
39+
([#3980](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3980))
3840

3941
### Fixed
4042

instrumentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| --------------- | ------------------ | --------------- | -------------- |
44
| [opentelemetry-instrumentation-aio-pika](./opentelemetry-instrumentation-aio-pika) | aio_pika >= 7.2.0, < 10.0.0 | No | development
55
| [opentelemetry-instrumentation-aiohttp-client](./opentelemetry-instrumentation-aiohttp-client) | aiohttp ~= 3.0 | Yes | migration
6-
| [opentelemetry-instrumentation-aiohttp-server](./opentelemetry-instrumentation-aiohttp-server) | aiohttp ~= 3.0 | Yes | development
6+
| [opentelemetry-instrumentation-aiohttp-server](./opentelemetry-instrumentation-aiohttp-server) | aiohttp ~= 3.0 | Yes | migration
77
| [opentelemetry-instrumentation-aiokafka](./opentelemetry-instrumentation-aiokafka) | aiokafka >= 0.8, < 1.0 | No | development
88
| [opentelemetry-instrumentation-aiopg](./opentelemetry-instrumentation-aiopg) | aiopg >= 0.13.0, < 2.0.0 | No | development
99
| [opentelemetry-instrumentation-asgi](./opentelemetry-instrumentation-asgi) | asgiref ~= 3.0 | Yes | migration

0 commit comments

Comments
 (0)