#0
req 0
connector:http
{
"method": "GET",
"url": "http://tire-registry.flowmetal.svc.cluster.local:8080/lots/next"
}
#1
req 0
ok
{
"body": "{\"lot_id\":\"lot_4fade3d942\",\"weight_kg\":1023,\"condition\":\"smoldering\",\"discovered_at\":1776754500}",
"body_json": {
"condition": "smoldering",
"discovered_at": 1776754500.0,
"lot_id": "lot_4fade3d942",
"weight_kg": 1023.0
},
"headers": {
"content-length": "96",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 06:55:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#2
req 1
connector:http
{
"body_json": {
"lot_id": "lot_4fade3d942",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#3
req 1
ok
{
"body": "{\"incident_id\":\"inc_5e4e9c9b0b1e\",\"lot_id\":\"lot_4fade3d942\",\"priority\":\"urgent\"}",
"body_json": {
"incident_id": "inc_5e4e9c9b0b1e",
"lot_id": "lot_4fade3d942",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 06:55:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#6
req 3
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_5e4e9c9b0b1e"
}
#7
req 3
ok
{
"body": "{\"incident_id\":\"inc_5e4e9c9b0b1e\",\"status\":\"failed\",\"error_kind\":\"fire_escalated\",\"retryable\":false,\"message\":\"dispatch failed: fire_escalated\"}",
"body_json": {
"error_kind": "fire_escalated",
"incident_id": "inc_5e4e9c9b0b1e",
"message": "dispatch failed: fire_escalated",
"retryable": false,
"status": "failed"
},
"headers": {
"content-length": "144",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 06:55:22 GMT",
"server": "uvicorn"
},
"status": 200.0
}