Logs & Traces
Inspect production request streams, trace timing, model metadata, and replay-ready JSON payloads.
Request Stream
Production traffic from prod-us-east-1 / v1.4.2
Last 24 hours
Model: AllStatus: AllLatency: AllWindow: 24h
| Timestamp | Workflow | Model | Tokens | Latency | Status |
|---|---|---|---|---|---|
| 14:22:31.402 | chat_support_agent | gpt-4o | 1,024 / 256 | 842ms | Success |
| 14:22:28.115 | data_enrichment_v2 | claude-3-5-sonnet | 4,120 / 890 | 1,402ms | Success |
| 14:22:25.002 | rag_query_pipeline | gpt-4o-mini | 812 / 144 | 312ms | Error |
| 14:22:20.984 | chat_support_agent | gpt-4o | 912 / 204 | 755ms | Success |
| 14:22:18.452 | summarizer_worker | llama-3-70b | 8,440 / 512 | 2,110ms | Timeout |
| 14:22:15.110 | chat_support_agent | gpt-4o | 1,104 / 312 | 912ms | Success |
Trace Timeline
Selected request req_8f2a11b9
Prompt Assembly
Context hydration from Redis
Model Call (OpenAI)
gpt-4o streaming started
Post-processing
Sensitive data redaction
Total Cost
$0.00342
TTFT
122ms
Tokens
1,280
Request JSON
Replay payload with metadata and redacted user context.
{
"model": "gpt-4o",
"messages": [
{
"role": "system",
"content": "You are a support agent..."
},
{
"role": "user",
"content": "How do I upgrade my plan?"
}
],
"temperature": 0.7,
"max_tokens": 1024,
"stream": true,
"user_id": "usr_91238",
"metadata": {
"workflow": "chat_support",
"version": "2.4.1"
}
}