Exporter介绍与指标数据,规范说明(更新中)

Posted 鮀城小帅

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Exporter介绍与指标数据,规范说明(更新中)相关的知识,希望对你有一定的参考价值。

1.exporter是什么

广义上讲所有可以向Prometheus提供监控样本数据的程序都可以被称为一个Exporter。而Exporter的一个实例称为target,如下所示,Prometheus通过轮询的方式定期从这些target中获取样本数据:

2.exporter的来源与分类

从Exporter的来源上来讲,主要分为两类:

  • 社区提供的

Prometheus社区提供了丰富的Exporter实现,涵盖了从基础设施,中间件以及网络等各个方面的监控功能。这些Exporter可以实现大部分通用的监控需求。下表列举一些社区中常用的Exporter:

范围

常用Exporter

数据库

Postgresql Exporter, Oracle Exporter, mysql Exporter, Redis Exporter, MongoDB Exporter, MSSQL Exporter等

硬件

Apcupsd Exporter,IoT Edison Exporter, IPMI Exporter, Node Exporter等

消息队列

Beanstalkd Exporter, Kafka Exporter, NSQ Exporter, RabbitMQ Exporter等

存储

Ceph Exporter, Gluster Exporter, HDFS Exporter, ScaleIO Exporter等

HTTP服务

Apache Exporter, HAProxy Exporter, nginx Exporter等

API服务

AWS ECS Exporter, Docker Cloud Exporter, Docker Hub Exporter, GitHub Exporter等

日志

Fluentd Exporter, Grok Exporter等

监控系统

Collectd Exporter, Graphite Exporter, InfluxDB Exporter, Nagios Exporter, SNMP Exporter等

其它

Blockbox Exporter, JIRA Exporter, Jenkins Exporter, Confluence Exporter等

用户自定义的

除了直接使用社区提供的Exporter程序以外,用户还可以基于Prometheus提供的Client Library创建自己的Exporter程序

目前Promthues社区官方提供了对以下编程语言的支持:Go、Java/Scala、Python、Ruby。同时还有第三方实现的如:Bash、C++、Common Lisp、Erlang,、Haskeel、Lua、Node.js、php、Rust等。

Prometheus自身的指标:

go_gc_duration_seconds summary
go_goroutines gauge
go_info gauge
go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes_total counter
go_memstats_buck_hash_sys_bytes gauge
go_memstats_frees_total counter
go_memstats_gc_sys_bytes gauge
go_memstats_heap_alloc_bytes gauge
go_memstats_heap_idle_bytes gauge
go_memstats_heap_inuse_bytes gauge
go_memstats_heap_objects gauge
go_memstats_heap_released_bytes gauge
go_memstats_heap_sys_bytes gauge
go_memstats_last_gc_time_seconds gauge
go_memstats_lookups_total counter
go_memstats_mallocs_total counter
go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_sys_bytes gauge
go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_sys_bytes gauge
go_memstats_next_gc_bytes gauge
go_memstats_other_sys_bytes gauge
go_memstats_stack_inuse_bytes gauge
go_memstats_stack_sys_bytes gauge
go_memstats_sys_bytes gauge
go_threads gauge
net_conntrack_dialer_conn_attempted_total counter
net_conntrack_dialer_conn_closed_total counter
net_conntrack_dialer_conn_established_total counter
net_conntrack_dialer_conn_failed_total counter
net_conntrack_listener_conn_accepted_total counter
net_conntrack_listener_conn_closed_total counter
process_cpu_seconds_total counter
process_max_fds gauge
process_open_fds gauge
process_resident_memory_bytes gauge
process_start_time_seconds gauge
process_virtual_memory_bytes gauge
prometheus_api_remote_read_queries gauge
prometheus_build_info gauge
prometheus_config_last_reload_success_timestamp_seconds gauge
prometheus_config_last_reload_successful gauge
prometheus_engine_queries gauge
prometheus_engine_queries_concurrent_max gauge
prometheus_engine_query_duration_seconds summary
prometheus_engine_query_log_enabled gauge
prometheus_engine_query_log_failures_total counter
prometheus_http_request_duration_seconds histogram
prometheus_http_requests_total counter
prometheus_http_response_size_bytes histogram
prometheus_notifications_alertmanagers_discovered gauge
prometheus_notifications_dropped_total counter
prometheus_notifications_queue_capacity gauge
prometheus_notifications_queue_length gauge
prometheus_ready gauge
prometheus_remote_storage_exemplars_in_total counter
prometheus_remote_storage_highest_timestamp_in_seconds gauge
prometheus_remote_storage_histograms_in_total counter
prometheus_remote_storage_samples_in_total counter
prometheus_remote_storage_string_interner_zero_reference_releases_total counter
prometheus_rule_evaluation_duration_seconds summary
prometheus_rule_group_duration_seconds summary
prometheus_sd_azure_failures_total counter
prometheus_sd_consul_rpc_duration_seconds summary
prometheus_sd_consul_rpc_failures_total counter
prometheus_sd_discovered_targets gauge
prometheus_sd_dns_lookup_failures_total counter
prometheus_sd_dns_lookups_total counter
prometheus_sd_failed_configs gauge
prometheus_sd_file_read_errors_total counter
prometheus_sd_file_scan_duration_seconds summary
prometheus_sd_file_watcher_errors_total counter
prometheus_sd_http_failures_total counter
prometheus_sd_kubernetes_events_total counter
prometheus_sd_kuma_fetch_duration_seconds summary
prometheus_sd_kuma_fetch_failures_total counter
prometheus_sd_kuma_fetch_skipped_updates_total counter
prometheus_sd_linode_failures_total counter
prometheus_sd_nomad_failures_total counter
prometheus_sd_received_updates_total counter
prometheus_sd_updates_total counter
prometheus_target_interval_length_seconds summary
prometheus_target_metadata_cache_bytes gauge
prometheus_target_metadata_cache_entries gauge
prometheus_target_scrape_pool_exceeded_label_limits_total counter
prometheus_target_scrape_pool_exceeded_target_limit_total counter
prometheus_target_scrape_pool_reloads_failed_total counter
prometheus_target_scrape_pool_reloads_total counter
prometheus_target_scrape_pool_sync_total counter
prometheus_target_scrape_pool_targets gauge
prometheus_target_scrape_pools_failed_total counter
prometheus_target_scrape_pools_total counter
prometheus_target_scrapes_cache_flush_forced_total counter
prometheus_target_scrapes_exceeded_body_size_limit_total counter
prometheus_target_scrapes_exceeded_sample_limit_total counter
prometheus_target_scrapes_exemplar_out_of_order_total counter
prometheus_target_scrapes_sample_duplicate_timestamp_total counter
prometheus_target_scrapes_sample_out_of_bounds_total counter
prometheus_target_scrapes_sample_out_of_order_total counter
prometheus_target_sync_failed_total counter
prometheus_target_sync_length_seconds summary
prometheus_template_text_expansion_failures_total counter
prometheus_template_text_expansions_total counter
prometheus_treecache_watcher_goroutines gauge
prometheus_treecache_zookeeper_failures_total counter
prometheus_tsdb_blocks_loaded gauge
prometheus_tsdb_checkpoint_creations_failed_total counter
prometheus_tsdb_checkpoint_creations_total counter
prometheus_tsdb_checkpoint_deletions_failed_total counter
prometheus_tsdb_checkpoint_deletions_total counter
prometheus_tsdb_clean_start gauge
prometheus_tsdb_compaction_chunk_range_seconds histogram
prometheus_tsdb_compaction_chunk_samples histogram
prometheus_tsdb_compaction_chunk_size_bytes histogram
prometheus_tsdb_compaction_duration_seconds histogram
prometheus_tsdb_compaction_populating_block gauge
prometheus_tsdb_compactions_failed_total counter
prometheus_tsdb_compactions_skipped_total counter
prometheus_tsdb_compactions_total counter
prometheus_tsdb_compactions_triggered_total counter
prometheus_tsdb_data_replay_duration_seconds gauge
prometheus_tsdb_exemplar_exemplars_appended_total counter
prometheus_tsdb_exemplar_exemplars_in_storage gauge
prometheus_tsdb_exemplar_last_exemplars_timestamp_seconds gauge
prometheus_tsdb_exemplar_max_exemplars gauge
prometheus_tsdb_exemplar_out_of_order_exemplars_total counter
prometheus_tsdb_exemplar_series_with_exemplars_in_storage gauge
prometheus_tsdb_head_active_appenders gauge
prometheus_tsdb_head_chunks gauge
prometheus_tsdb_head_chunks_created_total counter
prometheus_tsdb_head_chunks_removed_total counter
prometheus_tsdb_head_gc_duration_seconds summary
prometheus_tsdb_head_max_time gauge
prometheus_tsdb_head_max_time_seconds gauge
prometheus_tsdb_head_min_time gauge
prometheus_tsdb_head_min_time_seconds gauge
prometheus_tsdb_head_out_of_order_samples_appended_total counter
prometheus_tsdb_head_samples_appended_total counter
prometheus_tsdb_head_series gauge
prometheus_tsdb_head_series_created_total counter
prometheus_tsdb_head_series_not_found_total counter
prometheus_tsdb_head_series_removed_total counter
prometheus_tsdb_head_truncations_failed_total counter
prometheus_tsdb_head_truncations_total counter
prometheus_tsdb_isolation_high_watermark gauge
prometheus_tsdb_isolation_low_watermark gauge
prometheus_tsdb_lowest_timestamp gauge
prometheus_tsdb_lowest_timestamp_seconds gauge
prometheus_tsdb_mmap_chunk_corruptions_total counter
prometheus_tsdb_out_of_bound_samples_total counter
prometheus_tsdb_out_of_order_samples_total counter
prometheus_tsdb_reloads_failures_total counter
prometheus_tsdb_reloads_total counter
prometheus_tsdb_retention_limit_bytes gauge
prometheus_tsdb_size_retentions_total counter
prometheus_tsdb_snapshot_replay_error_total counter
prometheus_tsdb_storage_blocks_bytes gauge
prometheus_tsdb_symbol_table_size_bytes gauge
prometheus_tsdb_time_retentions_total counter
prometheus_tsdb_tombstone_cleanup_seconds histogram
prometheus_tsdb_too_old_samples_total counter
prometheus_tsdb_vertical_compactions_total counter
prometheus_tsdb_wal_completed_pages_total counter
prometheus_tsdb_wal_corruptions_total counter
prometheus_tsdb_wal_fsync_duration_seconds summary
prometheus_tsdb_wal_page_flushes_total counter
prometheus_tsdb_wal_segment_current gauge
prometheus_tsdb_wal_truncate_duration_seconds summary
prometheus_tsdb_wal_truncations_failed_total counter
prometheus_tsdb_wal_truncations_total counter
prometheus_tsdb_wal_writes_failed_total counter
prometheus_web_federation_errors_total counter
prometheus_web_federation_warnings_total counter
promhttp_metric_handler_requests_in_flight gauge
promhttp_metric_handler_requests_total counter

2.1数据库

2.1.1 MySQL Exporter

2.1.2 Redis Exporter

2.1.3 MongoDB Exporter

2.1.4 MSSQL Exporter

2.2 硬件

2.2.1 Apcupsd Exporter

2.2.2 IoT Edison Exporter

2.2.3 IPMI Exporter

2.2.4 Node Exporter

2.2.5 Windows Exporter

HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles.
TYPE go_gc_duration_seconds summary
HELP go_goroutines Number of goroutines that currently exist.
TYPE go_goroutines gauge
HELP go_info Information about the Go environment.
TYPE go_info gauge
HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
TYPE go_memstats_alloc_bytes gauge
HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.
TYPE go_memstats_alloc_bytes_total counter
HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.
TYPE go_memstats_buck_hash_sys_bytes gauge
HELP go_memstats_frees_total Total number of frees.
TYPE go_memstats_frees_total counter
HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
TYPE go_memstats_gc_sys_bytes gauge
HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
TYPE go_memstats_heap_alloc_bytes gauge
HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.
TYPE go_memstats_heap_idle_bytes gauge
HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
TYPE go_memstats_heap_inuse_bytes gauge
HELP go_memstats_heap_objects Number of allocated objects.
TYPE go_memstats_heap_objects gauge
HELP go_memstats_heap_released_bytes Number of heap bytes released to OS.
TYPE go_memstats_heap_released_bytes gauge
HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
TYPE go_memstats_heap_sys_bytes gauge
HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
TYPE go_memstats_last_gc_time_seconds gauge
HELP go_memstats_lookups_total Total number of pointer lookups.
TYPE go_memstats_lookups_total counter
HELP go_memstats_mallocs_total Total number of mallocs.
TYPE go_memstats_mallocs_total counter
HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.
TYPE go_memstats_mcache_inuse_bytes gauge
HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
TYPE go_memstats_mcache_sys_bytes gauge
HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
TYPE go_memstats_mspan_inuse_bytes gauge
HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system.
TYPE go_memstats_mspan_sys_bytes gauge
HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place.
TYPE go_memstats_next_gc_bytes gauge
HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations.
TYPE go_memstats_other_sys_bytes gauge
HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.
TYPE go_memstats_stack_inuse_bytes gauge
HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator.
TYPE go_memstats_stack_sys_bytes gauge
HELP go_memstats_sys_bytes Number of bytes obtained from system.
TYPE go_memstats_sys_bytes gauge
HELP go_threads Number of OS threads created.
TYPE go_threads gauge
HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
TYPE process_cpu_seconds_total counter
HELP process_max_fds Maximum number of open file descriptors.
TYPE process_max_fds gauge
HELP process_open_fds Number of open file descriptors.
TYPE process_open_fds gauge
HELP process_resident_memory_bytes Resident memory size in bytes.
TYPE process_resident_memory_bytes gauge
HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
TYPE process_start_time_seconds gauge
HELP process_virtual_memory_bytes Virtual memory size in bytes.
TYPE process_virtual_memory_bytes gauge
HELP windows_cpu_clock_interrupts_total Total number of received and serviced clock tick interrupts
TYPE windows_cpu_clock_interrupts_total counter
HELP windows_cpu_core_frequency_mhz Core frequency in megahertz
TYPE windows_cpu_core_frequency_mhz gauge
HELP windows_cpu_cstate_seconds_total Time spent in low-power idle state
TYPE windows_cpu_cstate_seconds_total counter
HELP windows_cpu_dpcs_total Total number of received and serviced deferred procedure calls (DPCs)
TYPE windows_cpu_dpcs_total counter
HELP windows_cpu_idle_break_events_total Total number of time processor was woken from idle
TYPE windows_cpu_idle_break_events_total counter
HELP windows_cpu_interrupts_total Total number of received and serviced hardware interrupts
TYPE windows_cpu_interrupts_total counter
HELP windows_cpu_parking_status Parking Status represents whether a processor is parked or not
TYPE windows_cpu_parking_status gauge
HELP windows_cpu_processor_performance Processor Performance is the average performance of the processor while it is executing instructions, as a percentage of the nominal performance of the processor. On some processors, Processor Performance may exceed 100%
TYPE windows_cpu_processor_performance gauge
HELP windows_cpu_time_total Time that processor spent in different modes (dpc, idle, interrupt, privileged, user)
TYPE windows_cpu_time_total counter
HELP windows_cs_hostname Labeled system hostname information as provided by ComputerSystem.DNSHostName and ComputerSystem.Domain
TYPE windows_cs_hostname gauge
HELP windows_cs_logical_processors ComputerSystem.NumberOfLogicalProcessors
TYPE windows_cs_logical_processors gauge
HELP windows_cs_physical_memory_bytes ComputerSystem.TotalPhysicalMemory
TYPE windows_cs_physical_memory_bytes gauge
HELP windows_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, and goversion from which windows_exporter was built.
TYPE windows_exporter_build_info gauge
HELP windows_exporter_collector_duration_seconds windows_exporter: Duration of a collection.
TYPE windows_exporter_collector_duration_seconds gauge
HELP windows_exporter_collector_success windows_exporter: Whether the collector was successful.
TYPE windows_exporter_collector_success gauge
HELP windows_exporter_collector_timeout windows_exporter: Whether the collector timed out.
TYPE windows_exporter_collector_timeout gauge
HELP windows_exporter_perflib_snapshot_duration_seconds Duration of perflib snapshot capture
TYPE windows_exporter_perflib_snapshot_duration_seconds gauge
HELP windows_logical_disk_free_bytes Free space in bytes, updates every 10-15 min (LogicalDisk.PercentFreeSpace)
TYPE windows_logical_disk_free_bytes gauge
HELP windows_logical_disk_idle_seconds_total Seconds that the disk was idle (LogicalDisk.PercentIdleTime)
TYPE windows_logical_disk_idle_seconds_total counter
HELP windows_logical_disk_read_bytes_total The number of bytes transferred from the disk during read operations (LogicalDisk.DiskReadBytesPerSec)
TYPE windows_logical_disk_read_bytes_total counter
HELP windows_logical_disk_read_latency_seconds_total Shows the average time, in seconds, of a read operation from the disk (LogicalDisk.AvgDiskSecPerRead)
TYPE windows_logical_disk_read_latency_seconds_total counter
HELP windows_logical_disk_read_seconds_total Seconds that the disk was busy servicing read requests (LogicalDisk.PercentDiskReadTime)
TYPE windows_logical_disk_read_seconds_total counter
HELP windows_logical_disk_read_write_latency_seconds_total Shows the time, in seconds, of the average disk transfer (LogicalDisk.AvgDiskSecPerTransfer)
TYPE windows_logical_disk_read_write_latency_seconds_total counter
HELP windows_logical_disk_reads_total The number of read operations on the disk (LogicalDisk.DiskReadsPerSec)
TYPE windows_logical_disk_reads_total counter
HELP windows_logical_disk_requests_queued The number of requests queued to the disk (LogicalDisk.CurrentDiskQueueLength)
TYPE windows_logical_disk_requests_queued gauge
HELP windows_logical_disk_size_bytes Total space in bytes, updates every 10-15 min (LogicalDisk.PercentFreeSpace_Base)
TYPE windows_logical_disk_size_bytes gauge
HELP windows_logical_disk_split_ios_total The number of I/Os to the disk were split into multiple I/Os (LogicalDisk.SplitIOPerSec)
TYPE windows_logical_disk_split_ios_total counter
HELP windows_logical_disk_write_bytes_total The number of bytes transferred to the disk during write operations (LogicalDisk.DiskWriteBytesPerSec)
TYPE windows_logical_disk_write_bytes_total counter
HELP windows_logical_disk_write_latency_seconds_total Shows the average time, in seconds, of a write operation to the disk (LogicalDisk.AvgDiskSecPerWrite)
TYPE windows_logical_disk_write_latency_seconds_total counter
HELP windows_logical_disk_write_seconds_total Seconds that the disk was busy servicing write requests (LogicalDisk.PercentDiskWriteTime)
TYPE windows_logical_disk_write_seconds_total counter
HELP windows_logical_disk_writes_total The number of write operations on the disk (LogicalDisk.DiskWritesPerSec)
TYPE windows_logical_disk_writes_total counter
HELP windows_net_bytes_received_total (Network.BytesReceivedPerSec)
TYPE windows_net_bytes_received_total counter
HELP windows_net_bytes_sent_total (Network.BytesSentPerSec)
TYPE windows_net_bytes_sent_total counter
HELP windows_net_bytes_total (Network.BytesTotalPerSec)
TYPE windows_net_bytes_total counter
HELP windows_net_current_bandwidth_bytes (Network.CurrentBandwidth)
TYPE windows_net_current_bandwidth_bytes gauge
HELP windows_net_packets_outbound_discarded_total (Network.PacketsOutboundDiscarded)
TYPE windows_net_packets_outbound_discarded_total counter
HELP windows_net_packets_outbound_errors_total (Network.PacketsOutboundErrors)
TYPE windows_net_packets_outbound_errors_total counter
HELP windows_net_packets_received_discarded_total (Network.PacketsReceivedDiscarded)
TYPE windows_net_packets_received_discarded_total counter
HELP windows_net_packets_received_errors_total (Network.PacketsReceivedErrors)
TYPE windows_net_packets_received_errors_total counter
HELP windows_net_packets_received_total (Network.PacketsReceivedPerSec)
TYPE windows_net_packets_received_total counter
HELP windows_net_packets_received_unknown_total (Network.PacketsReceivedUnknown)
TYPE windows_net_packets_received_unknown_total counter
HELP windows_net_packets_sent_total (Network.PacketsSentPerSec)
TYPE windows_net_packets_sent_total counter
HELP windows_net_packets_total (Network.PacketsPerSec)
TYPE windows_net_packets_total counter
HELP windows_os_info OperatingSystem.Caption, OperatingSystem.Version
TYPE windows_os_info gauge
HELP windows_os_paging_free_bytes OperatingSystem.FreeSpaceInPagingFiles
TYPE windows_os_paging_free_bytes gauge
HELP windows_os_paging_limit_bytes OperatingSystem.SizeStoredInPagingFiles
TYPE windows_os_paging_limit_bytes gauge
HELP windows_os_physical_memory_free_bytes OperatingSystem.FreePhysicalMemory
TYPE windows_os_physical_memory_free_bytes gauge
HELP windows_os_process_memory_limit_bytes OperatingSystem.MaxProcessMemorySize
TYPE windows_os_process_memory_limit_bytes gauge
HELP windows_os_processes OperatingSystem.NumberOfProcesses
TYPE windows_os_processes gauge
HELP windows_os_processes_limit OperatingSystem.MaxNumberOfProcesses
TYPE windows_os_processes_limit gauge
HELP windows_os_time OperatingSystem.LocalDateTime
TYPE windows_os_time gauge
HELP windows_os_timezone OperatingSystem.LocalDateTime
TYPE windows_os_timezone gauge
HELP windows_os_users OperatingSystem.NumberOfUsers
TYPE windows_os_users gauge
HELP windows_os_virtual_memory_bytes OperatingSystem.TotalVirtualMemorySize
TYPE windows_os_virtual_memory_bytes gauge
HELP windows_os_virtual_memory_free_bytes OperatingSystem.FreeVirtualMemory
TYPE windows_os_virtual_memory_free_bytes gauge
HELP windows_os_visible_memory_bytes OperatingSystem.TotalVisibleMemorySize
TYPE windows_os_visible_memory_bytes gauge
HELP windows_service_info A metric with a constant '1' value labeled with service information
TYPE windows_service_info gauge
HELP windows_service_start_mode The start mode of the service (StartMode)
TYPE windows_service_start_mode gauge
HELP windows_service_state The state of the service (State)
TYPE windows_service_state gauge
HELP windows_service_status The status of the service (Status)
TYPE windows_service_status gauge
HELP windows_system_context_switches_total Total number of context switches (WMI source: PerfOS_System.ContextSwitchesPersec)
TYPE windows_system_context_switches_total counter
HELP windows_system_exception_dispatches_total Total number of exceptions dispatched (WMI source: PerfOS_System.ExceptionDispatchesPersec)
TYPE windows_system_exception_dispatches_total counter
HELP windows_system_processor_queue_length Length of processor queue (WMI source: PerfOS_System.ProcessorQueueLength)
TYPE windows_system_processor_queue_length gauge
HELP windows_system_system_calls_total Total number of system calls (WMI source: PerfOS_System.SystemCallsPersec)
TYPE windows_system_system_calls_total counter
HELP windows_system_system_up_time System boot time (WMI source: PerfOS_System.SystemUpTime)
TYPE windows_system_system_up_time gauge
HELP windows_system_threads Current number of threads (WMI source: PerfOS_System.Threads)
TYPE windows_system_threads gauge
HELP windows_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise
TYPE windows_textfile_scrape_error gauge

2.3 消息队列

2.3.1 Beanstalkd Exporter

2.3.2 Kafka Exporter

2.3.3 NSQ Exporter

2.3.4 RabbitMQ Exporter

2.4 存储

2.4.1 Ceph Exporter

2.4.2 Gluster Exporter

2.4.3 HDFS Exporter

2.4.4 ScaleIO Exporter

2.5 HTTP服务

2.5.1 Apache Exporter

2.5.2 HAProxy Exporter

2.5.3 Nginx Exporter

2.6 API服务

2.6.1 AWS ECS Exporter

2.6.2 Docker Cloud Exporter

2.6.3 Docker Hub Exporter

2.6.4 GitHub Exporter等

2.7 日志

2.7.1 Fluentd Exporter

2.7.2 Grok Exporter

2.8 监控系统

2.8.1 Collectd Exporter

2.8.2 Graphite Exporter

2.8.3 InfluxDB Exporter

2.8.4 Nagios Exporter 

2.8.5 SNMP Exporter

2.9 其他

2.9.1 Blockbox Exporter

2.9.2 JIRA Exporter

2.9.3 Jenkins Exporter

2.9.4 Confluence Exporter

以上是关于Exporter介绍与指标数据,规范说明(更新中)的主要内容,如果未能解决你的问题,请参考以下文章

[转帖]prometheus数据采集exporter全家桶

Kubernetes HPA 与 Prometheus Node-Exporter 的指标

盘点数据仓库建设需要知道的那些事

Grafana+Prometheus+Node_exporter监控Linux系统

Grafana+Prometheus+Node_exporter监控Linux系统

Prometheus 监控云Mysql和自建Mysql(多实例)