Exporters 类型 | 描述 | 对应的常见Exporters以及下载地址 |
Databases | 主要用于数据库的监控数据的采集 | clickhouse_exporter:https://github.com/f1yegor/clickhouse_exporter | druid-exporter:https://github.com/opstree/druid-exporter | elasticsearch_exporter:https://github.com/prometheus-community/elasticsearch_exporter | mongodb_exporter:https://github.com/percona/mongodb_exporter | prometheus-mssql-exporter:https://github.com/awaragi/prometheus-mssql-exporter | opentsdb_exporter:https://github.com/cloudflare/opentsdb_exporter | postgres_exporter:https://github.com/prometheus-community/postgres_exporter | presto_exporter: https://github.com/yahoojapan/presto_exporter | redis_exporter: https://github.com/oliver006/redis_exporter | sql_exporter: https://github.com/burningalchemist/sql_exporter | |
Hardware related | 主要用于硬件相关的数据采集 | windows_exporter:https://github.com/prometheus-community/windows_exporter | NVIDIA GPU exporter:https://github.com/mindprince/nvidia_gpu_prometheus_exporter | Disk usage exporter:https://github.com/dundee/disk_usage_exporter | |
Issue trackers and continuous integration | 一般用于问题跟踪器和持续集成相关的数据采集 | JIRA exporter:https://github.com/AndreyVMarkelov/jira-prometheus-exporter | Jenkins exporter:https://github.com/lovoo/jenkins_exporter | Confluence exporter:https://prometheus.io/docs/instrumenting/exporters/ | |
Messaging systems | 一般用于消息队列相关的数据采集 | Kafka exporter:https://github.com/danielqsj/kafka_exporter | RocketMQ exporter:https://github.com/apache/rocketmq-exporter | RabbitMQ exporter:https://github.com/kbudde/rabbitmq_exporter | IBM MQ exporter:https://github.com/ibm-messaging/mq-metric-samples/tree/master/cmd/mq_prometheus | |
Storage | 一般用于存储相关的数据采集 | Hadoop HDFS FSImage exporter:https://github.com/marcelmay/hadoop-hdfs-fsimage-exporter | GPFS exporter:https://github.com/treydock/gpfs_exporter | Lustre exporter:https://github.com/HewlettPackard/lustre_exporter |
Http | 一般用于Web中间件相关的数据采集 | Apache exporter:https://github.com/Lusitaniae/apache_exporter | HAProxy exporter:https://github.com/prometheus/haproxy_exporter | Nginx metric library:https://github.com/knyar/nginx-lua-prometheus | Varnish exporter:https://github.com/jonnenauha/prometheus_varnish_exporter | WebDriver exporter:https://github.com/mattbostock/webdriver_exporter | |
Other Monitoring Systems | 其他监控系统的数据采集 | Java GC exporter:https://github.com/loyispa/jgc_exporter | JMX exporter:https://github.com/prometheus/jmx_exporter | Azure Monitor exporter:https://github.com/RobustPerception/azure_metrics_exporter | Graphite exporter:https://github.com/prometheus/graphite_exporter |
在实际使用和部署这些Exporter时,可以到对应的下载地址中下载,并且对应的下载的链接中,通常也包含了对应的部署文档,按照部署文档部署后,就可以启动对应的Exporter来采集数据了。