美文网首页
Prometheus:关于监控

Prometheus:关于监控

作者: SkTj | 来源:发表于2020-01-06 13:50 被阅读0次

1、监控的堆栈:
业务逻辑
应用程序
操作系统
2、Prometheus 是 Pull的方式
3、USE方法:针对每一个资源,检查使用率、饱和度和错误。
4、GOOGLE的四个黄金指标:

  • 延迟:服务请求所花费的时间,区分失败和成功请求。
  • 流量:每秒HTTP的请求数或DB的事务数
  • 错误:请求失败的速率
  • 饱和度:
    5、警报和通知:
  • 哪些问题需要通知
  • 谁需要被告知
  • 如何告知
  • 多久告知一次
  • 何时停止告知
    6、可视化:Prometheus+Grafana

7、Prometheus架构


image.png

相关文章

  • kubernetes1.15极速部署prometheus和gra

    关于prometheus和grafana prometheus负责监控数据采集,grafana负责展示,下图来自官...

  • SpringBoot使用prometheus监控

    本文介绍SpringBoot如何使用Prometheus配合Grafana监控。 1.关于Prometheus P...

  • SpringBoot使用prometheus监控

    本文介绍SpringBoot如何使用Prometheus配合Grafana监控。 1.关于Prometheus P...

  • 【监控】Pushgateway

    关于pushgateway我就不介绍了,跟prometheus有关,可以参看【监控】Prometheus+Graf...

  • k8s-Prometheus

    Prometheus组件与架构 Prometheus监控 Prometheus部署 格式 相关安装 监控自身 指标...

  • Redis的运维手段

    info命令 最基本的监控运维手段。 Prometheus 接入Prometheus监控, Prometheus ...

  • Prometheus:关于监控

    1、监控的堆栈:业务逻辑应用程序操作系统2、Prometheus 是 Pull的方式3、USE方法:针对每一个资源...

  • 2018-10-23

    搭建Grafana+Prometheus 监控mysql Grafana+Prometheus 系统监控MySql...

  • kubernetes-prometheus

    1 prometheus说明 1.1 监控方案 前提:已安装kubernetes集群监控服务:prometheus...

  • Prometheus监控k8s集群

    Prometheus Prometheus是什么?Prometheus是由SoundCloud开发的开源监控报警系...

网友评论

      本文标题:Prometheus:关于监控

      本文链接:https://www.haomeiwen.com/subject/xlyxactx.html