
Prometheus
Monitoring system and time-series database for metrics and alerting
65.3k stars 10.7k forks last commit first released Apache-2.0
Actively maintained
Last commit 24 Jul 2026.

Prometheus is an open-source systems and service monitoring platform built around a time-series database. It collects metrics from instrumented targets, lets you query them with PromQL, and supports alerting based on rules.
Key Features
- Multi-dimensional time series data model using labels for flexible filtering and aggregation
- PromQL query language for ad-hoc analysis, dashboards, and alert conditions
- Pull-based metric scraping over HTTP with support for static configs and service discovery
- Alert rule evaluation with alert generation (commonly paired with Alertmanager)
- Federation support for hierarchical and cross-environment aggregation
- Remote write/read integrations for long-term storage and interoperability
Use Cases
- Monitoring Kubernetes clusters and cloud-native services via dynamic service discovery
- Application and infrastructure telemetry for SRE/DevOps dashboards and alerting
- Central metrics collection for microservices, batch jobs (via push gateway patterns), and exporters
Limitations and Considerations
- Built-in storage is optimized for a single-node TSDB; long-term retention and global scale typically require external remote storage integrations
Prometheus is a strong fit when you want a reliable, standards-based metrics platform with powerful querying and a broad ecosystem of exporters and integrations. It is widely used for cloud-native monitoring and alert-driven operations.
Categories:
Tags:
Tech Stack:
Similar to Prometheus

Grafana
Observability dashboards and alerting for metrics, logs, and traces
Grafana is an open source observability and data visualization platform for querying, graphing, and alerting on metrics, logs, and traces across many data sources.

Speedtest Tracker
Self-hosted internet performance and uptime monitoring tool
Laravel-based app that schedules Ookla Speedtest checks, records download/upload/ping/packet-loss metrics, visualizes historical performance, and sends alerts.

Netdata
Real-time, per‑second full‑stack monitoring and observability
Open-source, agent-based monitoring platform delivering per-second metrics, edge ML anomaly detection, tiered time-series storage and centralized cloud UI.

CheckCle
Open-source monitoring platform for uptime and server metrics
Self-hosted monitoring for servers, services, SSL, incidents and status pages; React frontend with a Go backend and embedded SQLite data store.
PeaNUT
Web dashboard and API for Network UPS Tools (NUT) monitoring
Tiny self-hosted dashboard to monitor and control UPS devices via Network UPS Tools (NUT), with real-time stats, multi-UPS support, and Prometheus/InfluxDB integrations.
Scrutiny
Web UI for SMART monitoring of hard drives
Self-hosted S.M.A.R.T monitoring dashboard that collects SMART data, visualizes historical trends, and alerts on drive health.




