Skip to content

Commit ef3c1a2

Browse files
committed
towncrier fix
1 parent 2a4ad85 commit ef3c1a2

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add retrieval span support via `on_retriever_start`, `on_retriever_end`, and `on_retriever_error` callbacks using `RetrievalInvocation`.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!.gitignore
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add `RetrievalInvocation` type with `start_retrieval` / `retrieval` span lifecycle, supporting `gen_ai.operation.name=retrieval` spans per the GenAI semantic conventions.

util/opentelemetry-util-genai/CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
<!--
9+
Do *NOT* add changelog entries here!
10+
11+
This changelog is managed by towncrier and is compiled at release time.
12+
13+
The static "## Unreleased" section below pre-dates towncrier; its entries
14+
must be folded into the first towncrier-generated release manually.
15+
16+
See https://github.com/open-telemetry/opentelemetry-python-genai/blob/main/CONTRIBUTING.md#changelog for details.
17+
-->
18+
19+
<!-- changelog start -->
20+
821
## Unreleased
922

10-
- Add `RetrievalInvocation` type with `start_retrieval` / `retrieval` span lifecycle, supporting
11-
`gen_ai.operation.name=retrieval` spans per the GenAI semantic conventions.
12-
([#36](https://github.com/open-telemetry/opentelemetry-python-genai/pull/36))
1323
- Add shared sync and async stream wrapper base classes for GenAI instrumentations.
1424
([#4500](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4500))
1525
- Change `InferenceInvocation` init params to only accept base params

0 commit comments

Comments
 (0)