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
- 分类
- 监控与运维
- 场景
- 通用工具