Skip to content

Pulse

Infrastructure status · all regions

live

services · sorted slowest first

Services tracked

iad · sfo · fra · global

Snapshot

06:05

Sampled UTC, this morning

Source

:fetch

Live JSON endpoint

Framework JS

0 KB

Until this page fetched

status service latency uptime region

○ No services in the feed.

Built with :fetch — view source
:fetch board from "/__wd/data/metrics.json"
:every 10s -> board refetch

:computed totalServices = board.services.length

:if board_loading
Refreshing…
:else if board_error
Feed unreachable — { board_error }
:endif

:button "↻ Refresh" -> board refetch

@loop board.services into s sort by s.latency desc
::: div .svc-row .svc-ok when s.status == "ok" .svc-warn when s.status == "warn" .svc-down when s.status == "down"
**{ s.name }** · { s.region }
{ s.latency }ms · { s.uptime }%
:::
@empty
No services in the feed.
@endloop