You push a number. We watch it. When it drifts, we tell you โ once, in plain English, with the chart attached.
Push a value from anywhere โ a server, a sensor, a bash one-liner โ and Statjar charts it at minute resolution. Numbers, percents, durations, counters. We don't care what it means.
Statjar alerts are deduplicated by default. You get woken up once โ not every minute the chart stays angry.
A board is just a saved layout of charts you already have. No widget zoo, no drag-and-drop editor. The chart you pinned last week is the same one you see today.
Group related services under a project. One curl, one ID back.
Push a value or point Statjar at an endpoint.
Pick a threshold, pick a channel, sleep through the night.
The whole API is small enough to print on a postcard. No SDK to install, no client to maintain. If you can write a curl, you can ship Statjar.
curl -X POST \
-H "Authorization: Bearer $TOKEN" \
-d '{
"name":"Payments",
"description":"Stripe + bank rails"
}' \
https://api.statjar.com/v4/projects{ "projectID": "b9925adf-908d-4af3-9237-36368987279f" }curl -X POST \
-H "Authorization: Bearer $TOKEN" \
-d '{
"name":"charge.success_rate",
"unit":"percent"
}' \
https://api.statjar.com/v4/projects/$PID/metrics{ "metricID": "616f26c2-fb08-4b3d-9da4-942744380dd2" }curl -X POST \
-H "Authorization: Bearer $TOKEN" \
-d '{"value": 99.87}' \
https://api.statjar.com/v4/projects/$PID/metrics/$MID/measurements{ "ok": "true" }Every plan includes unlimited dashboards, every integration, and the same API. The difference is how many metrics you can keep, and for how long.
It stores time-series data you push to it over HTTP, charts it, and alerts you when a threshold is crossed. That is the whole product.
It is much, much smaller. One person can set it up in an afternoon. If you need APM, log search, or RUM, Statjar is the wrong tool.
Not yet โ hosted only. If you need on-prem, write to us. We are collecting interest.
We keep it warm for 30 days, then delete it. You can export everything to JSON or CSV from the project page at any time.
Madrid and Virginia. EU data stays in EU.
Yes. 3 metrics, 7-day history, forever. No credit card to start.
Free forever for small projects. Pro is 30 days on us. Your first chart is online in five minutes โ we'll bet a jar of honey on it.