{% extends "base.html" %} {% block content %} {% set t = trace %}
| Tenant | {{ t.get("tenant_id","") }} |
|---|---|
| Session | {{ t.get("session_id","") }} |
| Provider | {{ t.get("provider","") }} / {{ t.get("provider_model","") }} |
| Cost | ${{ "%.6f"|format(t.get("provider_cost_usd",0)) }} |
| Total latency | {{ "%.1f"|format(t.get("total_latency_ms",0)) }} ms |
| PII redactions | {{ t.get("pii_redactions",[]) | join(", ") or "none" }} |
| HITL status | {{ t.get("hitl_status","") }} |
| Block reason | {{ t.get("block_reason","") }} |