Skip to content

Commit ea0bd94

Browse files
committed
Add changelog entry for sync streaming support
1 parent 988fa6e commit ea0bd94

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • instrumentation-genai/opentelemetry-instrumentation-anthropic

instrumentation-genai/opentelemetry-instrumentation-anthropic/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- Add sync streaming support for `Messages.create(stream=True)` and `Messages.stream()`
13+
([#4155](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4155))
14+
- `StreamWrapper` for handling `Messages.create(stream=True)` telemetry
15+
- `MessageStreamManagerWrapper` for handling `Messages.stream()` telemetry
16+
- `MessageWrapper` for non-streaming response telemetry extraction
1217
- Initial implementation of Anthropic instrumentation
1318
([#3978](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3978))
1419
- Implement sync `Messages.create` instrumentation with GenAI semantic convention attributes

0 commit comments

Comments
 (0)