From c8a1a6911a88ccfa6c4b7a0d0052cea597400b60 Mon Sep 17 00:00:00 2001 From: Suhani Nagpal Date: Thu, 28 May 2026 16:57:22 +0530 Subject: [PATCH 1/2] Add traceAI to Monitoring --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3ebb8e4..41f4f458 100644 --- a/README.md +++ b/README.md @@ -827,6 +827,7 @@ _Tools that observe/monitor applications in production by providing telemetry._ - [SPM ![c]](https://github.com/sematext/sematext-agent-java) - Performance monitor with distributing transaction tracing for JVM apps. - [Stagemonitor](https://github.com/stagemonitor/stagemonitor) - Open-source performance monitoring and transaction tracing for JVM apps. - [Sysmon](https://github.com/palantir/Sysmon) - Lightweight platform monitoring tool for Java VMs. +- [traceAI](https://github.com/future-agi/traceAI) - OpenTelemetry-native distributed tracing for LLM and agent applications. Java SDK that auto-instruments OpenAI, Anthropic, Azure OpenAI, Bedrock, Cohere, Google GenAI, Ollama, and vector stores. - [zipkin](https://zipkin.io) - Distributed tracing system which gathers timing data needed to troubleshoot latency problems in microservice architectures. ### Native From 0d2d178f0b616e8c2e9c47b3dfed35a0239e8c6c Mon Sep 17 00:00:00 2001 From: Suhani Nagpal Date: Fri, 29 May 2026 15:16:39 +0530 Subject: [PATCH 2/2] Shorten traceAI description to match Monitoring section style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41f4f458..9fc3c456 100644 --- a/README.md +++ b/README.md @@ -827,7 +827,7 @@ _Tools that observe/monitor applications in production by providing telemetry._ - [SPM ![c]](https://github.com/sematext/sematext-agent-java) - Performance monitor with distributing transaction tracing for JVM apps. - [Stagemonitor](https://github.com/stagemonitor/stagemonitor) - Open-source performance monitoring and transaction tracing for JVM apps. - [Sysmon](https://github.com/palantir/Sysmon) - Lightweight platform monitoring tool for Java VMs. -- [traceAI](https://github.com/future-agi/traceAI) - OpenTelemetry-native distributed tracing for LLM and agent applications. Java SDK that auto-instruments OpenAI, Anthropic, Azure OpenAI, Bedrock, Cohere, Google GenAI, Ollama, and vector stores. +- [traceAI](https://github.com/future-agi/traceAI) - OpenTelemetry-native distributed tracing for LLM and agent applications with Java auto-instrumentation for major providers and vector stores. - [zipkin](https://zipkin.io) - Distributed tracing system which gathers timing data needed to troubleshoot latency problems in microservice architectures. ### Native