Retention you decide
Ninety days by default, set to whatever you need in hours, days, weeks or years. Because ingest isn't metered, keeping a year of metrics is a storage question rather than a billing one.
Managed Prometheus
A Prometheus-compatible endpoint that takes your metrics, keeps them as long as you say, and answers PromQL, so your dashboards, rules and alerts carry over unchanged.
Getting data in
There's no agent of ours to deploy and no format to convert to. If it speaks Prometheus remote write, and nearly everything does, it can write here. Local Prometheus servers can keep scraping exactly as they do now and forward the result.
remote_write:
- url: https://your-cluster.clusternest.com/api/v1/write
basic_auth:
username: admin
password_file: /etc/prometheus/clusternest.pw What you get
Ninety days by default, set to whatever you need in hours, days, weeks or years. Because ingest isn't metered, keeping a year of metrics is a storage question rather than a billing one.
A read-write admin user for your shippers and a read-only user for everything that only queries. Hand the read-only one to Grafana and dashboards can never write to your metrics.
The query API is Prometheus-compatible, so your existing rules, dashboards and alerts keep working. Nothing to port, no dialect to learn.
Serve the endpoint on your own domain, and restrict it to the networks your workloads actually come from.
Two storage nodes to start, up to ten on Extreme, added without taking the endpoint down.
Rotate either credential from the console, the API or Terraform, whenever you need to. No ticket, no coordination with us.
Reading it back
Add the endpoint as a Prometheus data source in Grafana with the read-only credential and everything you've already built keeps working. Recording and alerting rules are PromQL, so they transfer as they are.
Scale
| Tier | Per node | Storage nodes |
|---|---|---|
| Basic | 1 vCPU · 2 GiB · 10 GB | 2 |
| Standard | 4 vCPU · 32 GiB · 500 GB | 2 |
| Extreme | 8 vCPU · 64 GiB · 2 TB | 2–10 |
Priced per storage node, per month, exactly as OpenSearch is. Pricing
Versions
The storage engine is VictoriaMetrics, which is why these version numbers don't match Prometheus's own. The API you talk to is Prometheus-compatible either way. New clusters default to 1.148.0.
Ten days on a Basic cluster, no card. Point a test Prometheus at it and see what the queries feel like.