Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a5bc035

Browse files
authoredSep 11, 2024··
Merge branch 'main' into rken-asgi-header-decoding
2 parents 61dd28c + 6f1a17d commit a5bc035

File tree

211 files changed

+550
-454
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+550
-454
lines changed
 

‎.github/component_owners.yml

-14
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,13 @@ components:
4545

4646
instrumentation/opentelemetry-instrumentation-urllib:
4747
- shalevr
48-
- ocelotl
4948

5049
instrumentation/opentelemetry-instrumentation-urllib3:
5150
- shalevr
52-
- ocelotl
5351

5452
instrumentation/opentelemetry-instrumentation-sqlalchemy:
5553
- shalevr
5654

57-
instrumentation/opentelemetry-instrumentation-flask:
58-
- ocelotl
59-
60-
instrumentation/opentelemetry-instrumentation-jinja2:
61-
- ocelotl
62-
63-
instrumentation/opentelemetry-instrumentation-logging:
64-
- ocelotl
65-
66-
instrumentation/opentelemetry-instrumentation-requests:
67-
- ocelotl
68-
6955
instrumentation/opentelemetry-instrumentation-cassandra:
7056
- mattcontinisio
7157

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## Version 1.27.0/0.48b0 ()
11+
1012
### Added
1113

1214
- `opentelemetry-instrumentation-kafka-python` Instrument temporary fork, kafka-python-ng
1315
inside kafka-python's instrumentation
1416
([#2537](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2537))
17+
- `opentelemetry-instrumentation-asgi`, `opentelemetry-instrumentation-fastapi` Add ability to disable internal HTTP send and receive spans
18+
([#2802](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2802))
1519

1620
### Breaking changes
1721

@@ -44,6 +48,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4448
([#2563](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2563))
4549
- `opentelemetry-instrumentation` fix `http.host` new http semantic convention mapping to depend on `kind` of span
4650
([#2814](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2814))
51+
- `opentelemetry-instrumentation` Fix the description of `http.server.duration` and `http.server.request.duration`
52+
([#2753](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2753))
53+
- `opentelemetry-instrumentation-grpc` Fix grpc supported version
54+
([#2845](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2845))
4755

4856
## Version 1.26.0/0.47b0 (2024-07-23)
4957

0 commit comments

Comments
 (0)
Please sign in to comment.