Skip to content

Commit d3068be

Browse files
remove openai docs as now it's just another upstream instrumentation (#847)
* remove openai docs as now it's just another upstream instrumentation * remove openai config * Update supported-technologies.md --------- Co-authored-by: Fabrizio Ferri-Benedetti <[email protected]>
1 parent d5d78d9 commit d3068be

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

docs/reference/edot-java/configuration.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,9 @@ This table only contains minimal configuration, see each respective feature for
7373
| `OTEL_INFERRED_SPANS_ENABLED` | `false` | [Inferred spans](/reference/edot-java/features.md#inferred-spans) | 1.0.0+ |
7474
| `OTEL_JAVA_EXPERIMENTAL_SPAN_STACKTRACE_MIN_DURATION` | `5ms` | [Span stacktrace](/reference/edot-java/features.md#span-stacktrace) | 1.0.0+ |
7575
| `ELASTIC_OTEL_UNIVERSAL_PROFILING_INTEGRATION_ENABLED` | `auto` | [Elastic Universal profiling integration](/reference/edot-java/features.md#elastic-universal-profiling-integration) | 1.0.0+ |
76-
| `OTEL_INSTRUMENTATION_OPENAI_CLIENT_ENABLED` | `true` | [OpenAI client instrumentation](/reference/edot-java/supported-technologies.md#openai-client-instrumentation) | 1.4.0+ |
7776
| `ELASTIC_OTEL_JAVAAGENT_LOG_LEVEL` | `INFO` | [Agent logging](#agent-logging) | 1.5.0+ |
7877
| `ELASTIC_OTEL_VERIFY_SERVER_CERT` | `true` | [Exporter certificate verification](#exporter-certificate-verification) | 1.5.0+ |
7978

80-
## OpenAI Client settings
81-
82-
The following settings are available:
83-
84-
| Option | default | description |
85-
|-------------------------------------------------------|---------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
86-
| `OTEL_INSTRUMENTATION_OPENAI_CLIENT_ENABLED` | `true` | enables or disable OpenAI instrumentation |
87-
| `ELASTIC_OTEL_JAVA_INSTRUMENTATION_GENAI_EMIT_EVENTS` | value of `OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT` | If set to `true`, the agent will generate log events for OpenAI requests and responses. Potentially sensitive content will only be included if `OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT` is `true` |
88-
| `OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT` | `false` | If set to `true`, enables the capturing of OpenAI request and response content in the log events outputted by the agent. ↪ |
89-
9079
## Central configuration
9180

9281
```{applies_to}

docs/reference/edot-java/supported-technologies.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,4 @@ The EDOT Java agent also supports technologies listed here that are not availabl
4949

5050
Refer to the [EDOT Java agent configuration](/reference/edot-java/configuration.md#configuration-options) for defaults that might differ from the OpenTelemetry Java Instrumentation.
5151

52-
## OpenAI Client instrumentation
53-
54-
The minimum supported version of the OpenAI Java Client is 1.1.0. This instrumentation supports:
55-
56-
* Tracing for requests, including GenAI-specific attributes such as token usage.
57-
* Opt-in logging of OpenAI request and response content payloads.
52+
$$$openai-client-instrumentation$$$

0 commit comments

Comments
 (0)