From 17cd0f95ae0847aaea35963c062d715ea77b1fbd Mon Sep 17 00:00:00 2001 From: "Amit D." Date: Tue, 7 Oct 2025 13:13:30 -0700 Subject: [PATCH 1/3] Update auto_instrumentation.md --- .../instrumentation/auto_instrumentation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/llm_observability/instrumentation/auto_instrumentation.md b/content/en/llm_observability/instrumentation/auto_instrumentation.md index 000f266bb838b..04a01de6ec0b4 100644 --- a/content/en/llm_observability/instrumentation/auto_instrumentation.md +++ b/content/en/llm_observability/instrumentation/auto_instrumentation.md @@ -600,6 +600,13 @@ module.exports = { } } ``` +{{% tab "Java" %}} + +## Overview + +Support for the OpenAI Java Client Library is coming soon. Stay tuned for updates on automatic instrumentation and tracing for Java-based LLM applications. + +{{% /tab %}} [1]: https://platform.openai.com/docs/api-reference/introduction [2]: https://platform.openai.com/docs/api-reference/completions From 60a839c05df24cb1ea8d29943073299849056f72 Mon Sep 17 00:00:00 2001 From: "Amit D." Date: Tue, 7 Oct 2025 13:38:56 -0700 Subject: [PATCH 2/3] Tab Fix --- .../en/llm_observability/instrumentation/auto_instrumentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/llm_observability/instrumentation/auto_instrumentation.md b/content/en/llm_observability/instrumentation/auto_instrumentation.md index 04a01de6ec0b4..ee4469601b47e 100644 --- a/content/en/llm_observability/instrumentation/auto_instrumentation.md +++ b/content/en/llm_observability/instrumentation/auto_instrumentation.md @@ -600,6 +600,7 @@ module.exports = { } } ``` +{{% /tab %}} {{% tab "Java" %}} ## Overview From 7b5aa591a6c1f3d1bf4779742112d07048221014 Mon Sep 17 00:00:00 2001 From: "Amit D." Date: Tue, 7 Oct 2025 14:19:01 -0700 Subject: [PATCH 3/3] Update auto_instrumentation.md --- .../llm_observability/instrumentation/auto_instrumentation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/llm_observability/instrumentation/auto_instrumentation.md b/content/en/llm_observability/instrumentation/auto_instrumentation.md index ee4469601b47e..7dc3a8f287b9c 100644 --- a/content/en/llm_observability/instrumentation/auto_instrumentation.md +++ b/content/en/llm_observability/instrumentation/auto_instrumentation.md @@ -607,8 +607,6 @@ module.exports = { Support for the OpenAI Java Client Library is coming soon. Stay tuned for updates on automatic instrumentation and tracing for Java-based LLM applications. -{{% /tab %}} - [1]: https://platform.openai.com/docs/api-reference/introduction [2]: https://platform.openai.com/docs/api-reference/completions [3]: https://platform.openai.com/docs/api-reference/chat