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

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

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

Properties

uptime: number
requests: { inflight: number; count: number; }
latency: { median: number; }
resources: Deno.ResourceMap