zoukankan      html  css  js  c++  java
  • 第 10 章 容器监控

    Prometheus 是一个非常优秀的监控方案

    Prometheus 提供了监控数据搜集、存储、处理、可视化和告警一套完整的解决方案。

     

    Prometheus 的架构

    架构图如下:

    Prometheus Server

      Prometheus Server 负责从 Exporter 拉取和存储监控数据,并提供一套灵活的查询语言(PromQL)供用户使用。

    Exporter

      Exporter 负责收集目标对象(host, container…)的性能数据,并通过 HTTP 接口供 Prometheus Server 获取。

    可视化组件

      监控数据的可视化展现对于监控方案至关重要。

      以前 Prometheus 自己开发了一套工具,不过后来废弃了,因为开源社区出现了更为优秀的产品 Grafana。

      Grafana 能够与 Prometheus 无缝集成,提供完美的数据展示能力。

    Alertmanager

      用户可以定义基于监控数据的告警规则,规则会触发告警。一旦 Alermanager 收到告警,会通过预定义的方式发出告警通知。支持的方式包括 Email、PagerDuty、Webhook 等.

     

    ----------------------------------------------引用来自----------------------------------------------

    https://mp.weixin.qq.com/s?__biz=MzIwMTM5MjUwMg==&mid=2653587952&idx=1&sn=c48c5f1caa87c77463b2361b04c69ea2&chksm=8d3081e9ba4708ff1aad268aaff40a7978b9bb3915c4f7743cb165f432871273c76b832f919f&scene=21#wechat_redirect

  • 相关阅读:
    java设计模式----代理模式
    其他技术----nginx开光
    Less的使用
    C++ 引用和指针
    leetcode 220 Contains Duplicate
    python网络数据采集1
    404
    前端知识点
    tcl自动生成fifo empty checker
    漫话:如何给女朋友解释什么是"大案牍术"?
  • 原文地址:https://www.cnblogs.com/gsophy/p/10811765.html
Copyright © 2011-2022 走看看