Every autonomous agent reasoning step, traced and replayable
Traditional APMs see only single HTTP request/response cycles. Splyntra captures the full non-deterministic agent run: multi-agent handoffs, recursive tool calls, state drift, and prompt token costs on a continuous OpenTelemetry timeline.
from splyntra import instrument, trace_agent
# Auto-instruments LangGraph, CrewAI, OpenAI Agents
instrument()
@trace_agent(name="researcher_agent")
def run_agent(task_prompt: str):
# Every LLM invocation, tool call, & sub-agent handoff
# streams directly into Splyntra's OTLP collector
response = agent_graph.invoke({"input": task_prompt})
return responseEngineered for high-throughput autonomous agents
Every capability is built into the OpenTelemetry streaming pipeline with sub-millisecond ingestion overhead.
Hierarchical Span Tree & Graph Visualization
Visualize complex DAG execution graphs, LangGraph state transitions, and CrewAI task delegations on an interactive, zoomable timeline.
- ✓Parent-child span relationships with sub-agent boundaries
- ✓Latency waterfall breaking down tool vs LLM inference time
- ✓Model parameters (temperature, top_p, model name) per span
Exact Prompt & Completion Inspector
Inspect exact system prompts, chat history arrays, tool payloads, and JSON outputs for every reasoning loop.
- ✓Structured view of input tokens, output tokens, and reasoning tokens
- ✓Automatic PII and API secret masking before render
- ✓Formatted Markdown, JSON, and raw text viewers
Interactive Agent Replay & Time Travel
Step backward and forward through multi-turn agent runs to see how context window state mutated after each tool return.
- ✓Re-run individual sub-spans in isolation with new model prompts
- ✓Export trace state directly into an Evaluation dataset
- ✓Compare failed runs against successful baseline traces
How it works under the hood
Native OpenTelemetry ingestion, zero-overhead client sidecars, and real-time evaluation pipelines.
OpenTelemetry SDK Ingestion
Your agent emits standard OTLP/gRPC spans with GenAI semantic conventions.
Stream Pipeline & Token Attribution
Splyntra calculates latency percentiles and attaches per-model pricing.
Risk & Security Evaluation
Inline DLP and prompt injection filters evaluate every span payload.
Live Dashboard & Replay
View real-time trace waterfalled trees and inspect variable states.
Instrument Any Agent in 2 Lines of Code
from splyntra import instrument
# Automatically hooks into OpenAI, Anthropic, LangChain, LangGraph, CrewAI
instrument(
api_key="splyntra_live_...",
project="customer-support-agent"
)Frequently Asked Questions
How is AI agent tracing different from standard APM tracing (Datadog/NewRelic)?▼
Does Splyntra cause latency in my production agent?▼
Can I export traces to standard OpenTelemetry collectors?▼
Ready to monitor and secure your AI agents?
Get started in under 3 minutes with zero credit card required. Free tier includes up to 5 projects and community telemetry.