Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deco/runtime/middlewares/liveness.ts>Metrics

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface Metrics
import { type Metrics } from "https://deno.land/x/deco@1.107.0/runtime/middlewares/liveness.ts";

Properties

uptime: number
requests: { inflight: number; count: number; }
latency: { median: number; }