#2
req 1
connector:http
{
"method": "GET",
"url": "http://tire-registry.flowmetal.svc.cluster.local:8080/lots/next"
}
#3
req 1
ok
{
"body": {
"condition": "smoldering",
"discovered_at": 1776769920.0,
"lot_id": "lot_8a6fe739cc",
"weight_kg": 506.0
},
"headers": {
"content-length": "95",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:12:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#8
req 4
connector:http
{
"body_json": {
"lot_id": "lot_8a6fe739cc",
"priority": "normal"
},
"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 11:12:10 GMT",
"server": "uvicorn"
},
"status": 503.0
}