自学内容网 自学内容网

node_exporter 集成Prometheus+Grafana

一、配置Prometheus采集

nano /root/apisix-docker/example/prometheus_conf/prometheus.yml

========================末尾添加一段===================
  - job_name: "nodeexporter"
    scrape_interval: 5s
    metrics_path: "metrics"
    static_configs:
      - targets: ["192.168.31.135:9100"]
======================================================
#192.168.31.135:9100是Node Exporter地址

二、重启Prometheus

三、配置Grafana

进入Dashboards-->Manage-->Import

这里我们去Grafana网站找适配的图型模板

https://grafana.com/search/?term=node+export&type=dashboard&page=2

这里要注意一下,我这里Grafana版本是:7.3.7,所以在找模版时也要找匹配的版本

https://grafana.com/grafana/dashboards/12062-node-exporter/

复制ID:12062 导入

效果:

 


原文地址:https://blog.csdn.net/xiaoxionglove/article/details/145220850

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!