Prometheus
bolt Auto-installYour own Prometheus monitoring and time-series database on a VPS
info Overview
Prometheus is the de-facto open-source monitoring system and time-series database for infrastructure and applications. It scrapes numeric metrics from your services and exporters over HTTP, stores them efficiently on local disk, and lets you slice and alert on them with its own powerful query language, PromQL. Prometheus ships with built-in alerting rules — you write conditions in PromQL and a companion Alertmanager handles routing and de-duplication — and a huge ecosystem of exporters (node_exporter for host metrics, cAdvisor for containers, blackbox_exporter for probes) means almost anything can be monitored.
Prometheus is the standard data source that Grafana visualises: the pair "Prometheus + Grafana" is the canonical self-hosted monitoring stack, with Prometheus collecting and storing the data and Grafana drawing the dashboards. Self-hosting it replaces per-metric, per-request cloud billing from AWS CloudWatch and similar services with a flat VPS cost and full ownership of your data. Valebyte deploys Prometheus in one click on port 9090; you add your scrape targets in prometheus.yml and point Grafana at it. Note that Prometheus has no login by default — it is an open web UI, so you keep it on a private network or behind a reverse-proxy auth.
check_circle Features
- check Pull-based metrics scraping over HTTP from services, exporters and jobs
- check PromQL — a powerful query language for slicing, aggregating and alerting on metrics
- check Efficient local time-series database, no external dependencies to run
- check Built-in alerting rules; Alertmanager handles routing, grouping and de-duplication
- check Hundreds of exporters: node_exporter, cAdvisor, blackbox_exporter and native app metrics
- check The standard data source for Grafana — the canonical monitoring dashboard stack
- check Runs in one container on port 9090 with a simple prometheus.yml scrape config
- check Flat VPS cost and full data ownership — no per-metric or per-request cloud billing
quiz Frequently Asked Questions
Does Prometheus have a login? expand_more
Do I need Grafana too? expand_more
Is Prometheus a good self-hosted CloudWatch alternative? expand_more
How much RAM does Prometheus need? expand_more
How does Prometheus know what to monitor? expand_more
Can Prometheus store data long-term at scale? expand_more
Install Prometheus
App is free — you pay only for the VPS.
Install