Fredrik Enestad
Fredrik Enestad
for req/res types like ```ts export interface MyType { field1: A; field2: B; } ```
Refactor gateway in runtime so we can support multiple gateways. This is a first step of several to get multiple gateways working. It adds a internal route to each gateway,...
Adds support for creating custom metrics in typescript apps. Depends on #2109 Inspired by the implementation in the go runtime. Metrics needs to be defined within a service, and will...
Adds the ground work for adding metrics to encore.ts, adds the e_requests_total counter for apps running in gcp/encore cloud that export metrics to gcp cloud monitoring. ~Will add support for...