File tree Expand file tree Collapse file tree
instrumentation-genai/opentelemetry-instrumentation-anthropic Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments