Traces stream in as they happen
No sampling lag, no batch delay. Spans land in your console under a second after they fire in prod.
AI observability
Irida traces every prompt, tool call, and token your stack produces. Latency, cost, and eval quality on one screen, streaming live.
Instrumented at
01 Observe
Two lines to instrument. After that, Irida catches everything your agents do and shows you the parts that matter.
No sampling lag, no batch delay. Spans land in your console under a second after they fire in prod.
Know exactly which prompt burns the budget, down to the retry.
Score every response against your rubric. Catch quality slipping before your users do.
Every version tracked. See what changed and what it did to quality.
Thresholds on latency, cost, and eval score. Routed before the postmortem writes itself.
Step through an agent run message by message, exactly as it happened.
02 Inspect
Every span in the run, timed and priced. The waterfall shows you where the four seconds went.
{
"trace_id": "tr_9f3a2c",
"env": "prod", "region": "us-east",
"duration_ms": 4212, "status": "ok",
"tokens": { "in": 5214, "out": 1088 },
"cost_usd": 0.0431,
"evals": { "groundedness": 0.94 },
"spans": [
{ "op": "agent.run", "ms": 4212, "children": 6 },
{ "op": "guard.pii_scan", "ms": 96 },
{ "op": "retrieve.chunks", "ms": 540, "k": 12 },
{ "op": "openai.chat", "model": "gpt-4o", "ms": 1580 },
{ "op": "tool.web_search", "ms": 660, "retries": 2 },
{ "op": "openai.chat", "model": "gpt-4o", "ms": 902 },
{ "op": "eval.groundedness", "ms": 178, "score": 0.94 }
]
}
Irida flagged this run. Retry loop in tool.web_search added 660ms. p95 latency is up 34% since prompt v41 shipped. See the diff
03 Pricing
Spans are the only meter. No seats math, no ingest surprises, no annual call with sales to see a number.
For side projects
For teams shipping to prod
For platform teams
Your models are talking. Irida writes it all down.
Free tier · no card · 30 second setup