docs(traces): add Future AGI to OTel-compatible visualization tools#809
Open
SuhaniNagpal7 wants to merge 1 commit intostrands-agents:mainfrom
Open
docs(traces): add Future AGI to OTel-compatible visualization tools#809SuhaniNagpal7 wants to merge 1 commit intostrands-agents:mainfrom
SuhaniNagpal7 wants to merge 1 commit intostrands-agents:mainfrom
Conversation
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.
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Future AGI to the bulleted list of OpenTelemetry-compatible visualization options in
src/content/docs/user-guide/observability-evaluation/traces.mdx, alongside Jaeger, Langfuse, AWS X-Ray, Zipkin, and Opik.Future AGI is an open-source e2e agent engineering and optimization platform that helps you ship self-improving AI agents. It accepts standard OTLP/HTTP at
https://api.futureagi.com/tracer/v1/traces, so an existing StrandsStrandsTelemetry().setup_otlp_exporter()configuration works unchanged when pointed at the Future AGI endpoint viaOTEL_EXPORTER_OTLP_ENDPOINTandOTEL_EXPORTER_OTLP_HEADERS.What changed
Smoke test
Verified the Future AGI tracer endpoint accepts OTLP/HTTP from a vanilla Python OTel SDK:
POST https://api.futureagi.com/tracer/v1/traceswithx-api-key+x-secret-keyheaders →HTTP 200 OK.project_nameresource attribute landed in the Future AGI dashboard under the named project.Test plan
src/content/docs/community/integrations/if preferred)🤖 Generated with Claude Code