Prometheus样本采集器汇总 - 图1

介绍

在这篇文章中,我将展示常见基础设施的 Prometheus exporters 列表,这些指标采集器在我们创建监控时非常有用。我还将提供指向可用于呈现数据的 Grafana 仪表盘的链接。

系统基本信息

Linux Servers:

  • Exporter

https://github.com/prometheus/node_exporter

  • Dashboard

https://grafana.com/grafana/dashboards/1860
Prometheus样本采集器汇总 - 图2

Windows Servers:

  • Exporter

https://github.com/prometheus-community/windows_exporter

  • Dashboard

https://grafana.com/grafana/dashboards/12422
Prometheus样本采集器汇总 - 图3

web端服务器

Nginx Server:

收集有关 NGINX 或 NGINX Plus 的信息

  • Exporter

https://github.com/nginxinc/nginx-prometheus-exporter

  • Dashboard

https://grafana.com/grafana/dashboards/9614
Prometheus样本采集器汇总 - 图4
Prometheus样本采集器汇总 - 图5
image.png

Apache Server:

收集有关 Apache 服务相关信息

  • Exporter

https://github.com/Lusitaniae/apache_exporter

  • Dashboard

https://grafana.com/grafana/dashboards/3894
Prometheus样本采集器汇总 - 图7

BlackBox Exporter:

收集HTTP、TCP等信息,有利于监控Web服务的生命周期。

  • Exporter

https://github.com/prometheus/blackbox_exporter

  • Dashboard

https://grafana.com/grafana/dashboards/7587
Prometheus样本采集器汇总 - 图8
Prometheus样本采集器汇总 - 图9
image.png

SSL info Exporter:

发送有关用于 Web 服务器的 SSL 证书的信息。适用于监控 SSL 证书的到期日期。

  • Exporter

https://github.com/ribbybibby/ssl_exporter

  • Dashboard

https://grafana.com/grafana/dashboards/13230
Prometheus样本采集器汇总 - 图11

数据库服务器:

MySQL Server:

收集 MySQL 服务器信息

  • Exporter

https://github.com/prometheus/mysqld_exporter

  • Dashboard

https://grafana.com/grafana/dashboards/7362
Prometheus样本采集器汇总 - 图12
Prometheus样本采集器汇总 - 图13
Prometheus样本采集器汇总 - 图14
Prometheus样本采集器汇总 - 图15

PostgreSQL Server:

收集 PostgreSQL 服务器信息

  • Exporter

https://github.com/prometheus-community/postgres_exporter

  • Dashboard

https://grafana.com/grafana/dashboards/455
Prometheus样本采集器汇总 - 图16

REDIS:

收集 REDIS 服务器信息

  • Exporter

https://github.com/oliver006/redis_exporter

  • Dashboard

https://grafana.com/grafana/dashboards/11835
Prometheus样本采集器汇总 - 图17

Oracle Database:

收集 Oracle 服务器信息

  • Exporter

https://github.com/iamseth/oracledb_exporter

  • Dashboard

https://grafana.com/grafana/dashboards/3333
Prometheus样本采集器汇总 - 图18

Memcached

收集 Memcached 服务器信息

  • Exporter

https://github.com/prometheus/memcached_exporter

  • Dashboard

https://grafana.com/grafana/dashboards/37
Prometheus样本采集器汇总 - 图19

Elasticsearch:

收集 Elasticsearch 搜索引擎服务信息

  • Exporter

https://github.com/prometheus-community/elasticsearch_exporter

  • Dashboard

https://grafana.com/grafana/dashboards/6483
Prometheus样本采集器汇总 - 图20