#2
req 1
connector:http
{
"method": "GET",
"url": "http://tire-registry.flowmetal.svc.cluster.local:8080/lots/next"
}
#3
req 1
ok
{
"body": {
"condition": "engulfed",
"discovered_at": 1776774360.0,
"lot_id": "lot_8b2c44726e",
"weight_kg": 3522.0
},
"headers": {
"content-length": "94",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:26:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#8
req 4
connector:http
{
"body_json": {
"lot_id": "lot_8b2c44726e",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
err
source=connector
HTTP 503
{
"body": {
"detail": "dispatch center overloaded"
},
"error_kind": "http_status",
"headers": {
"content-length": "39",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:26:08 GMT",
"server": "uvicorn"
},
"status": 503.0
}