// HOSTED METRICS API

Hosted metrics without running your own statsd stack

Running statsd + Graphite means servers to maintain, retention to manage and dashboards to wire up. EzStat is a hosted drop-in metrics API: one HTTP POST tracks a counter or value, charts are generated automatically, and export is one call.

One POST to track a counter

curl -X POST https://api.ezstat.dev/ez \
  -d "ezkey=YOUR_API_KEY" \
  -d "stat=api_requests" -d "count=1"

What you get

Counters and values via one HTTP POST — no daemon to run.
Auto-generated charts — no Graphite/Grafana to configure.
CSV/JSON export — your data is yours, no lock-in.
Wire-compatible /ez, /c, /v endpoints if you are coming from StatHat.
Fast, reliable ingest.