欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
Prometheus
来自开放百科 - 灰狐
(版本间的差异)
小 (→链接) |
小 (→简介) |
||
第1行: | 第1行: | ||
Prometheus 是一个开源(Apache v2)[[Monitoring|监控系统]]和[[time series database|时间序列数据库]],使用 [[Go]] 语言开发。 | Prometheus 是一个开源(Apache v2)[[Monitoring|监控系统]]和[[time series database|时间序列数据库]],使用 [[Go]] 语言开发。 | ||
+ | |||
+ | ==新闻== | ||
+ | *[http://blog.shurenyun.com/untitled-121/ 浅论Prometheus容器监控优缺点,2.0版本哪项改进受关注?] (2017.11.14) | ||
==简介== | ==简介== |
2018年1月13日 (六) 03:34的版本
Prometheus 是一个开源(Apache v2)监控系统和时间序列数据库,使用 Go 语言开发。
目录 |
新闻
- 浅论Prometheus容器监控优缺点,2.0版本哪项改进受关注? (2017.11.14)
简介
Prometheus 是 Cloud Native Computing Foundation 成员项目,是一个系统和服务监控系统。
功能
指南
$ 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 默认仪表盘。
图集
链接
分享您的观点