Findings

Alerts are explainable findings with the trace, span, evidence, and next inspection step attached.

Active (4)

critical · Retry costreport-generator34m ago

One run spent $0.181 on retries after two failed LLM spans.

Evidence: span_5 context limit, span_7 rate limit, retry spans added most of the wasted spend

Recommendation: Cap CRM rows before section generation and retry only the failed section.

View suspect trace
risk 99$0.53121.6s17,696 tokens
critical · Error spikereport-generator1h ago

Context length errors repeated across report-generator.

Evidence: Two report-generator runs failed at section generation spans

Recommendation: Inspect the suspect traces, then add a prompt token-count check before report generation.

View suspect trace
risk 94$0.24711.4s9,360 tokens
high · Latencycontract-summarizer2h ago

Final summarization exceeded the 5s latency guard.

Evidence: Long document payloads increased LLM time without tool latency changes

Recommendation: Chunk documents before final summarization.

View suspect trace
risk 57$0.11214.5s6,104 tokens
medium · Budget forecastsearch-agent6h ago

Search-agent is pacing 24% above monthly budget.

Evidence: High volume on claude-sonnet-4-6 searches with no cache hits

Recommendation: Add result caching or route low-risk searches to a cheaper model.

View suspect trace
risk 46$0.08910.0s4,821 tokens

Alert rules

RuleConditionStatus
Retry cost alertRetry spend exceeds 30% of trace costactive
Error rate criticalAgent error rate exceeds 15% for 5 minutesactive
Latency P95 thresholdP95 latency exceeds 5s for 3 consecutive checksactive
Budget forecastAgent is pacing 20% above monthly budgetactive