Skip to content

Commit b06075c

Browse files
authored
Replace experimental with tech preview for the OpenAI client instrumentation, clarify reasoning (#527)
* Replace experimental with tech preview for the OpenAI client, clarify reasons * wording fix
1 parent 56a1772 commit b06075c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/configure.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ It supports:
122122
* Tracing for requests, including GenAI-specific attributes such as token usage
123123
* Opt-In logging of OpenAI request and response content payloads
124124

125-
This instrumentation is currently **experimental**. It can by disabled by setting either the `OTEL_INSTRUMENTATION_OPENAI_CLIENT_ENABLED` environment variable or the `otel.instrumentation.openai-client.enabled` JVM property to `false`.
125+
Note that this instrumentation is currently in **tech preview**, because the OpenAI client itself is still in beta.
126+
Once the OpenAI client is stable, this instrumentation will be GAed, but we'll likely drop support for beta versions of the client after some time.
127+
The instrumentation is on by default and can be disabled by setting either the `OTEL_INSTRUMENTATION_OPENAI_CLIENT_ENABLED` environment variable or the `otel.instrumentation.openai-client.enabled` JVM property to `false`.
126128

127129
In addition, this instrumentation provides the following configuration options:
128130

0 commit comments

Comments
 (0)