File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
instrumentation-genai/opentelemetry-instrumentation-openai-v2 Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
- Record prompt and completion events regardless of span sampling decision.
11
11
([ #3226 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3226 ) )
12
-
12
+ - Filter out attributes with the value of NOT_GIVEN for chat.completions.create.
13
+ ([ #3760 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3760 ) )
13
14
## Version 2.1b0 (2025-01-18)
14
15
15
16
- Coerce openai response_format to semconv format
@@ -30,4 +31,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
31
([ #2925 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2925 ) )
31
32
32
33
- Initial OpenAI instrumentation
33
- ([ #2759 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2759 ) )
34
+ ([ #2759 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2759 ) )
You can’t perform that action at this time.
0 commit comments