Skip to content

Commit eccaf5f

Browse files
committed
Add change log
Change-Id: I5c4c93613e3e1084245b7298955a08cbc7c9708d Co-developed-by: Cursor <[email protected]>
1 parent 672701e commit eccaf5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

util/opentelemetry-util-genai/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
- Add support for emitting inference events and enrich message types. ([]())
10+
- Add support for emitting inference events and enrich message types. ([#3994](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3994))
1111
- Minor change to check LRU cache in Completion Hook before acquiring semaphore/thread ([#3907](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3907)).
1212
- Add environment variable for genai upload hook queue size
1313
([https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3943](#3943))

util/opentelemetry-util-genai/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# Backward compatibility for InMemoryLogExporter -> InMemoryLogRecordExporter rename
3333
# Changed in [email protected]
3434
try:
35-
from opentelemetry.sdk._logs.export import ( # pylint: disable=no-name-in-module
35+
from opentelemetry.sdk._logs.export import (https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3994 # pylint: disable=no-name-in-module
3636
InMemoryLogRecordExporter,
3737
SimpleLogRecordProcessor,
3838
)

0 commit comments

Comments
 (0)