9.2 grafana 上导入模板看图并讲解告警

本节重点介绍 :

  • 添加到prometheus采集配置中
  • grafana 上导入process-exporter dashboard
  • 重点指标讲解

添加到prometheus采集配置中

yaml 复制代码
  - job_name: 'process-exporter'
    honor_timestamps: true
    scrape_interval: 15s
    scrape_timeout: 10s
    metrics_path: /metrics
    scheme: http
    static_configs:
      - targets:
		- process-exporter01:9256
		- process-exporter02:9256

grafana 上导入process-exporter dashboard

重点指标讲解

  • 进程个数 namedprocess_namegroup_num_procs
  • 进程cpu用户态使用秒数 sum by( groupname) rate(namedprocess_namegroup_cpu_seconds_total{groupname=~".+"}[10m])
  • 疑似结论是 100毫秒对应1个核?
  • 常驻内存 namedprocess_namegroup_memory_bytes{groupname=~".+", memtype="resident"}
  • 读io rate(namedprocess_namegroup_read_bytes_total{groupname=~".+"}[5m])
  • 写io rate(namedprocess_namegroup_write_bytes_total{groupname=~".+"}[5m])

本节重点总结 :

  • 添加到prometheus采集配置中
  • grafana 上导入process-exporter dashboard
  • 重点指标讲解
相关推荐
福大大架构师每日一题15 小时前
37.1 prometheus管理接口源码讲解
ios·iphone·prometheus
Cairry.1 天前
WatchAlert - 开源多数据源告警引擎
云原生·开源·prometheus
Mitch3111 天前
【漏洞复现】CVE-2023-37461 Arbitrary File Writing
web安全·网络安全·prometheus·metersphere·漏洞复现
福大大架构师每日一题4 天前
36.3 grafana-dashboard看图分析
linux·网络·grafana·prometheus
福大大架构师每日一题5 天前
36.2 内置的k8s采集任务分析
算法·贪心算法·kubernetes·prometheus
点燃银河尽头的篝火(●'◡'●)5 天前
【环境搭建】Grafana本地部署搭建(windows系统)
windows·grafana·环境搭建
Algorithm15765 天前
linux/ubuntu安装Prometheus&Grafana
linux·ubuntu·prometheus
福大大架构师每日一题9 天前
35.4 thanos-query 源码阅读
java·spring·ios·prometheus
福大大架构师每日一题9 天前
35.3 thanos-store 源码阅读
ios·iphone·prometheus
童安格粉丝10 天前
Grafana配置告警规则推送企微机器人服务器资源告警
机器人·企业微信·grafana·告警·dashboard·阈值