From b4be6f7b8817b79e891ba37788ab3a350c2cf3f3 Mon Sep 17 00:00:00 2001 From: Suhani Nagpal Date: Tue, 5 May 2026 07:41:25 +0530 Subject: [PATCH] docs(traces): add Future AGI to OTel-compatible visualization tools Adds Future AGI to the bulleted list of OpenTelemetry-compatible visualization options in the traces page, alongside Jaeger, Langfuse, AWS X-Ray, Zipkin, and Opik. Future AGI accepts standard OTLP/HTTP at https://api.futureagi.com/tracer/v1/traces, so existing Strands StrandsTelemetry().setup_otlp_exporter() configurations work unchanged when pointed at the Future AGI endpoint. --- src/content/docs/user-guide/observability-evaluation/traces.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/user-guide/observability-evaluation/traces.mdx b/src/content/docs/user-guide/observability-evaluation/traces.mdx index b1f92e9ab..998f1d895 100644 --- a/src/content/docs/user-guide/observability-evaluation/traces.mdx +++ b/src/content/docs/user-guide/observability-evaluation/traces.mdx @@ -292,6 +292,7 @@ Common visualization options include: 3. **AWS X-Ray**: For AWS-based applications 4. **Zipkin**: Lightweight distributed tracing 5. **Opik**: For evaluating and optimizing multi-agent systems +6. **[Future AGI](https://futureagi.com)**: For agent traces, online and offline evaluations, and self-improvement loops ## Local Development Setup