Skip to content

Commit 6ecd69c

Browse files
committed
Add a changelog file.
1 parent 7fcbd8c commit 6ecd69c

File tree

1 file changed

+16
-0
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-google-genai

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## Unreleased
9+
10+
Create an initial version of Open Telemetry instrumentation for github.com/googleapis/python-genai.
11+
12+
This version adds support for instrumenting `Client.models.generate_content` but does not yet support
13+
instrumentation for streaming and async use cases.
14+
15+
This version supports some of the `gen_ai.request.*` span attributes but does not cover all of the
16+
GenAI semantic conventions for spans that are applicable just yet.

0 commit comments

Comments
 (0)