欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Prometheus
来自开放百科 - 灰狐
(版本间的差异)
小 (→图集) |
小 (→指南) |
||
第10行: | 第10行: | ||
==指南== | ==指南== | ||
+ | $ docker run --name prometheus -d -p 127.0.0.1:9090:9090 prom/prometheus | ||
+ | http://localhost:9090/ | ||
$ git clone https://github.com/prometheus/prometheus.git | $ git clone https://github.com/prometheus/prometheus.git | ||
$ cd prometheus | $ cd prometheus |
2021年2月8日 (一) 03:26的最后版本
Prometheus 是一个开源(Apache v2)监控系统和时间序列数据库,使用 Go 语言开发。
目录 |
[编辑] 新闻
- 浅论Prometheus容器监控优缺点,2.0版本哪项改进受关注? (2017.11.14)
[编辑] 简介
Prometheus 是 Cloud Native Computing Foundation 成员项目,是一个系统和服务监控系统。
[编辑] 功能
[编辑] 指南
$ docker run --name prometheus -d -p 127.0.0.1:9090:9090 prom/prometheus http://localhost:9090/ $ git clone https://github.com/prometheus/prometheus.git $ cd prometheus $ make build $ make test $ make docker $ ./prometheus -config.file=circle.yml
[编辑] 项目
[编辑] 语言
- Prometheus Go Client
- Prometheus JVM Client
- Prometheus Python Client
- Prometheus PHP Client
- Prometheus C++ Client
- Prometheus Common Lisp Client
- Prometheus Erlang Client
- Prometheus Elixir Client
- Prometheus Node.js Client
- Prometheus metric library for Nginx written in Lua
[编辑] 输出和集成
- MySQL exporter
- PostgreSQL exporter
- MongoDB exporter
- RethinkDB exporter
- OpenTSDB exporter
- Kafka exporter
- RabbitMQ exporter
- Ceph exporter
- HAProxy exporter
- Apache exporter
- GitHub exporter
- JMX exporter
- Jenkins exporter
- PHP-FPM exporter
- Redis exporter
[编辑] Storage
使用LevelDB For indexes
[编辑] Grafana
[编辑] Promdash
Promdash 取代 Grafana,是 Prometheus 默认仪表盘。
[编辑] 用户
- The History of Prometheus at SoundCloud
- Digital Ocean将Prometheus扩展到100万个虚拟机
- CoreOS: 10x Improvement for Kubernetes Performance
- Joyent: Full Stack Metrics with Triton's Native Prometheus Support
- Cloudflare: Monitoring Cloudflare's Planet-Scale Edge Network with Prometheus
[编辑] 图集
[编辑] 链接
分享您的观点