Skip to content

Commit ba28b43

Browse files
authoredOct 22, 2024
Merge branch 'main' into fix-asyncio-trace-to-thread-partial-function
2 parents d83f8f2 + cef28d6 commit ba28b43

File tree

104 files changed

+267
-265
lines changed

Some content is hidden

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

104 files changed

+267
-265
lines changed
 

Diff for: ‎CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424

2525
- `opentelemetry-instrumentation-aiokafka` Wrap `AIOKafkaConsumer.getone()` instead of `AIOKafkaConsumer.__anext__`
2626
([#2874](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2874))
27+
- `opentelemetry-instrumentation-confluent-kafka` Fix to allow `topic` to be extracted from `kwargs` in `produce()`
28+
([#2901])(https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2901)
29+
30+
### Breaking changes
31+
32+
- Deprecation of pkg_resource in favor of importlib.metadata
33+
([#2871](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2871))
2734

2835
## Version 1.27.0/0.48b0 (2024-08-28)
2936

3037
### Added
3138

32-
- `opentelemetry-instrumentation-kafka-python` Instrument temporary fork, kafka-python-ng
33-
inside kafka-python's instrumentation
39+
- `opentelemetry-instrumentation-kafka-python` Instrument temporary fork, kafka-python-ng inside kafka-python's instrumentation
3440
([#2537](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2537))
3541
- `opentelemetry-instrumentation-asgi`, `opentelemetry-instrumentation-fastapi` Add ability to disable internal HTTP send and receive spans
3642
([#2802](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2802))

Diff for: ‎exporter/opentelemetry-exporter-prometheus-remote-write/test-requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ cramjam==2.1.0; platform_python_implementation == "PyPy"
66
cramjam==2.8.1; platform_python_implementation != "PyPy"
77
Deprecated==1.2.14
88
idna==3.7
9-
importlib-metadata==6.11.0
109
iniconfig==2.0.0
1110
packaging==24.0
1211
pluggy==1.5.0

0 commit comments

Comments
 (0)