When handling a fetch event, you can check `request.cf.colo` to get the IATA code
When handling a fetch event, you can check
request.cf.colo to get the IATA coderequest.cf.colo/cdn-cgi/trace be against any Cloudflare "orange clouded" hostname?https://cloudflare.com/cdn-cgi/trace@clouflare/workers-types:workerd runtime./cdn-cgi/tracehttps://cloudflare.com/cdn-cgi/trace@clouflare/workers-typesworkerdexport interface TraceMetrics {
readonly cpuTime: number;
readonly wallTime: number;
}
export interface UnsafeTraceMetrics {
fromTrace(item: TraceItem): TraceMetrics;
}