Pattern shown in the talk: define a Faraday middleware that fires on every response returned from an outbound API call and logs a structured event containing URL, duration, and other useful attributes. Registered once and reused for any Faraday client. Combined with inbound HTTP tagging via config.log_tags, this gives full visibility into the requests entering and leaving the app.