🧰
开源工具集

标注清楚怎么用:在线即用 / 可自托管 / 桌面应用 / 命令行

English

Prometheus

prometheus/prometheus
需下载安装 下载安装到本机使用,不需要服务器。

指标采集与时序数据库,云原生监控的事实标准

监控可自托管
Prometheus 网站截图

部署命令

docker run --name prometheus -d -p 127.0.0.1:9090:9090 prom/prometheus

摘自项目 README。需要一台装了 Docker 的服务器,命令可能还需补充环境变量。

项目简介(摘自 README)

Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed.

星数
★ 66.2k
语言
Go
许可证
Apache-2.0
最近更新
2026-09-23
分类
监控与运维
场景
通用工具