#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_1348d1ed25\",\"weight_kg\":3830,\"condition\":\"flaming\",\"discovered_at\":1776752042}",
"body_json": {
"condition": "flaming",
"discovered_at": 1776752042.0,
"lot_id": "lot_1348d1ed25",
"weight_kg": 3830.0
},
"headers": {
"content-length": "93",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 06:14:01 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#2
req 1
connector:http
{
"body_json": {
"lot_id": "lot_1348d1ed25",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#3
req 1
err
source=connector
HTTP 503
{
"body": "{\"detail\":\"dispatch center overloaded\"}",
"body_json": {
"detail": "dispatch center overloaded"
},
"error_kind": "http_status",
"headers": {
"content-length": "39",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 06:14:11 GMT",
"server": "uvicorn"
},
"status": 503.0
}