detrix·edge

Reachability endpoints for your monitoring stack

A handful of tiny, dependency-free HTTP endpoints you can point a prober at. No accounts, no tracking, no JavaScript. Useful when you need a stable third-party target to measure latency against, or to confirm that an egress path is actually up.

Endpoints

PathReturns
/status204 No Content — the cheapest possible liveness probe
/timeServer time, RFC 3339, text/plain
/echoYour request method, protocol and a request id

Example

$ curl -sS -o /dev/null -w '%{http_code} %{time_total}s\n' \
    https://edge.detrix.org/status
204 0.043s

Notes

Contact

Operational questions: noc@detrix.org.