Metrics over HTTP
Send raw samples or pre-aggregated values with a timestamp, value, and dimensions. No sidecars, collectors, host agents, or setup ceremony.
Send production metrics over HTTP, explore them by dimension, and turn meaningful state changes into dashboards and alarms.
Send raw samples or pre-aggregated values with a timestamp, value, and dimensions. No sidecars, collectors, host agents, or setup ceremony.
Store metrics with arbitrary key-value dimensions. Filter by service, endpoint, customer, region, host, or any label your system emits.
Build focused views with multi-metric charts, dimension filters, expression variables, auto-refresh, and read-only embeds.
Define evaluation windows, datapoint thresholds, boolean expressions, and webhook notifications. Hear about real state changes, not every noisy datapoint.
Define windows, datapoint thresholds, boolean expressions, and webhook notifications so your team hears about state changes, not noise.
Fire only when a metric crosses a boundary for enough datapoints inside the evaluation window.
Combine multiple conditions with AND, OR, NOT, and arithmetic (e.g. error_rate > 0.05 and requests > 100).
Send state-change alerts to any HTTP endpoint with webhook notifications.
Everything starts with a POST request. Everything stays scriptable. Send metrics, query rollups, manage dashboards, and wire alerts into your workflow — fast, deterministic, API-first.
$ curl -X POST "https://api.omas.cloud/v1/metrics/http_request_duration" \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{
"entries": [
{
"value": 42,
"dimensions": [
{"name": "method", "value": "POST"}
]
}
]
}'
# 202 AcceptedEverything hosted in the EU. GDPR isn't a feature here — it's the default. Your metrics stay where your users are.
Serious observability at a fraction of the cost. You pay per resource — metrics, dashboards, alarms — not per seat and not per datapoint.
Every month starts with €5 of usage credit. Many small setups never spend past it.
Adjust the resources you expect to keep active in a typical month.
A series is one metric split by a distinct set of labels, such as region, host, or status. A metric without labels counts as one series.
How Omas Cloud handles metrics, hosting, and pricing.
Start with one metric. Add dimensions, dashboards, and alarms when the signal matters.
No credit card required. We give you 5 EUR in usage credit every month.