#0
req 0
connector:http
{
"method": "GET",
"url": "http://tire-registry.flowmetal.svc.cluster.local:8080/lots/next"
}
#1
req 0
ok
{
"body": {
"condition": "smoldering",
"discovered_at": 1776757440.0,
"lot_id": "lot_3b7de4d9d1",
"weight_kg": 379.0
},
"headers": {
"content-length": "95",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:43:59 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#2
req 1
connector:http
{
"body_json": {
"lot_id": "lot_3b7de4d9d1",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#3
req 1
ok
{
"body": {
"incident_id": "inc_370c6a2e17ec",
"lot_id": "lot_3b7de4d9d1",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:44:09 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#6
req 3
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_370c6a2e17ec"
}
#7
req 3
err
source=connector
HTTP 503
{
"body": {
"detail": "dispatch board flickering"
},
"error_kind": "http_status",
"headers": {
"content-length": "38",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:44:23 GMT",
"server": "uvicorn"
},
"status": 503.0
}