Prometheus監控報警系統
Prometheus是由SoundCloud開發的開源監控報警系統和時序列資料庫(TSDB)。Prometheus使用Go語言開發,是Google BorgMon監控系統的開源版本。
2016年由Google發起Linux基金會旗下的原生雲基金會(Cloud Native Computing Foundation), 將Prometheus納入其下第二大開源專案。
Prometheus目前在開源社群相當活躍。
Prometheus和Heapster(Heapster是K8S的一個子專案,用於獲取叢集的效能資料。)相比功能更完善、更全面。Prometheus效能也足夠支撐上萬臺規模的叢集。
Prometheus的特點
- 多維度資料模型。
- 靈活的查詢語言。
- 不依賴分散式儲存,單個伺服器節點是自主的。
- 通過基於HTTP的pull方式採集時序資料。
- 可以通過中間閘道器進行時序列資料推送。
- 通過服務發現或者靜態配置來發現目標服務物件。
- 支援多種多樣的圖表和介面展示,比如Grafana等。
相關文章
- 從零搭建Prometheus監控報警系統Prometheus
- 技術分享| 如何使用Prometheus實現系統監控報警郵件通知Prometheus
- .Net Core服務監控報警指標上報Prometheus+Grafana指標PrometheusGrafana
- 【python 監控報警】python自動發微信監控報警Python
- Prometheus監控系統程序---process-exporterPrometheusExport
- 開源監控系統Prometheus介紹Prometheus
- Prometheus監控系統入門與部署Prometheus
- 使用Vmalert監控報警
- 開源監控系統Prometheus的前世今生Prometheus
- 基於 Prometheus 的監控系統實踐Prometheus
- 我們的系統應該配置哪些監控報警項?
- 生產區域人數超員監控報警系統
- CentOS 配置OOM監控報警CentOSOOM
- docker-compose 搭建 Prometheus+Grafana監控系統DockerPrometheusGrafana
- 使用Prometheus監控Linux系統各項指標PrometheusLinux指標
- Prometheus + InfluxDB + MySQL + Grafna快速構建監控系統PrometheusUXMySql
- 智慧校園:資料機房動環監控報警系統
- 支援全平臺的伺服器監控報警系統 Shinken伺服器
- docker-compose快速搭建 Prometheus+Grafana監控系統DockerPrometheusGrafana
- grafana+prometheus快速搭建MySql監控系統實踐GrafanaPrometheusMySql
- 監控報警系統的指標、規則與執行閉環指標
- Prometheus監控mongoPrometheusGo
- prometheus JVM監控PrometheusJVM
- Prometheus 監控arangodbPrometheusGo
- 6.prometheus監控--監控dockerPrometheusDocker
- 裝置故障監控報警運維工單系統有什麼功能運維
- 搭建服務端效能監控系統 Prometheus 詳細指南服務端Prometheus
- WGCLOUD VS Prometheus :哪個監控系統更適合你GCCloudPrometheus
- 技術分享| 如何使用Prometheus實現系統程式監控Prometheus
- prometheus監控+alertmanager告警Prometheus
- 05 . Prometheus監控NginxPrometheusNginx
- 使用Prometheus監控FlinkPrometheus
- SpringBoot使用prometheus監控Spring BootPrometheus
- prometheus 監控學習Prometheus
- 容器編排系統K8s之Prometheus監控系統+Grafana部署K8SPrometheusGrafana
- 智慧警務視覺化應用監控系統搭建視覺化
- 修改glogin.sql引發的生產系統監控的虛假報警SQL
- 11.prometheus監控之黑盒(blackbox)監控Prometheus