Status: incident Severity: critical Primary cause: retry_limit_exceeded
- Total events: 14
- Spans: 4
- Events: 9
- Duration: 1.7 ms
- Estimated cost: $0.0510
- Guard events: 2
- Errors: 0
- Exact savings: $0.0000
- Estimated savings: $0.0205
- Exact tokens saved: 0
- Estimated tokens saved: 0
- Exact dollars saved: $0.0000
- Estimated dollars saved: $0.0205
- Savings reasons:
budget_overrun_stopped(estimated): 0 tokens / $0.0205 across 1 occurrence(s)
guard.budget_exceeded(critical)guard.retry_limit_exceeded(critical)
- Add exponential backoff or a deterministic fallback before retrying the same tool.
- Treat repeated upstream failures as a stop condition instead of widening the retry ceiling.
- Review the trace timeline to confirm the failure path before widening limits.
- Keep one-off investigations local; add HttpSink only when future incidents need retained history, alerts, or team-visible follow-up.
Keep this report local if it is a one-off investigation. Add hosted ingest only when future incidents need retained history, alerts, spend trends, or team-visible follow-up:
from agentguard import Tracer, HttpSink
tracer = Tracer(sink=HttpSink(url="https://app.agentguard47.com/api/ingest", api_key="ag_..."))