expam指标_exp指标的实战应用「建议收藏」

expam指标_exp指标的实战应用「建议收藏」PostgresqlExporter,OracleExporter,MySQLExporter,RedisExporter,MongoDBExporter,MSSQLExporter等

expam指标_exp指标的实战应用「建议收藏」"

1.exporter是什么

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

2.exporter的来源与分类

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

  • 社区提供的

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

范围

常用Exporter

Java应用

jmx_exporter

数据库

Postgresql Exporter, Oracle Exporter, MySQL Exporter, Redis Exporter, MongoDB Exporter, MSSQL Exporter,Memcached 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

(1)指标数据

MySQLExporter可以收集的指标数据有:MySQL 实例性能指标、MySQL 实例运行状态指标、MySQL 实例关联表指标、MySQL 实例临时表指标、MySQL 实例锁定指标、MySQL 实例缓存指标、MySQL 实例查询指标、MySQL 实例索引指标、MySQL 实例日志指标。MySQL Exporter可以收集的指标数据包括:MySQL 实例性能指标、MySQL 实例运行状态指标、MySQL 实例关联表指标、MySQL 实例临时表指标、MySQL 实例锁定指标、MySQL 实例缓存指标、MySQL 实例查询指标、MySQL 实例索引指标、MySQL 实例日志指标。

(2)指标参数

MySQLExporter的指标参数包括:

mysql_up
mysql_threads_connected
mysql_threads_running
mysql_queries_total
mysql_queries_slow
mysql_slow_queries_total
mysql_slow_queries_time_total
mysql_slow_queries_time_min
mysql_slow_queries_time_max
mysql_slow_queries_time_avg
mysql_questions_total
mysql_questions_slow
mysql_questions_select
mysql_questions_insert
mysql_questions_update
mysql_questions_delete
mysql_questions_other
mysql_open_tables
mysql_opened_tables_total
mysql_opened_tables_created
mysql_opened_tables_deleted
mysql_connections_total
mysql_connections_aborted
mysql_connections_failed
mysql_connections_max_connections
mysql_connections_max_used
mysql_connections_max_used_rate
mysql_bytes_sent_total
mysql_bytes_received_total
mysql_user_time_total
mysql_system_time_total
mysql_cpu_time_total
mysql_innodb_buffer_pool_reads
mysql_innodb_buffer_pool_read_requests
mysql_innodb_buffer_pool_write_requests
mysql_innodb_rows_deleted
mysql_innodb_rows_inserted
mysql_innodb_rows_read
mysql_innodb_rows_updated
2.1.2 Redis Exporter

redisexporter支持以下指标数据和指标参数:

  1. 总命令数 – 每秒命令数:command_total,command_duration_seconds

  1. 连接数:connected_clients

  1. 内存使用情况:used_memory_bytes,used_memory_rss_bytes,used_memory_peak_bytes

  1. 网络流量:total_net_input_bytes,total_net_output_bytes

  1. 请求数:expired_keys,evicted_keys,keyspace_hits,keyspace_misses

  1. 慢查询:slowlog_log_slower_than,slowlog_longest_duration_seconds

2.1.3 MongoDB Exporter

MongoDBExporter支持以下指标数据和指标参数:

  1. 数据库状态指标:

  • replset_state:集群状态

  • replset_mystate:本机状态

  • uptime:运行时间

  • version:MongoDB版本号

  1. 连接指标:

  • connections_current:当前连接数

  • connections_available:可用连接数

  • connections_totalCreated:总创建连接数

  1. 操作指标:

  • wiredTiger_transaction_checkpoint_total:检查点总数

  • wiredTiger_transaction_checkpoint_max:最大检查点

  • wiredTiger_transaction_checkpoint_min:最小检查点

  • wiredTiger_transaction_checkpoint_time_secs:检查点耗时

  1. 日志指标:

  • log_fatal:致命错误

  • log_error:错误数量

  • log_warning:警告数量

  • log_info:信息数量

  1. 其它指标:

  • background_flushing_average_ms:刷新时间

  • background_flushing_total_ms:累计刷新时间

2.1.4 MSSQL Exporter

(1)MSSQLExporter提供的指标数据包括:

MSSQLExporter指标参数包括:连接池大小、活动连接数、客户端连接数、连接请求数、缓存命中率、缓存空间利用率、活动查询数、已完成查询数、查询时间、内存使用量、CPU使用率、I / O等待时间、实例大小、登录数等。

(2)指标参数

MSSQLExporter指标参数包括:


1.sql_batch_requests: 批处理请求数量


2.sql_failed_batch_requests: 失败的批处理请求数量


3.sql_select_requests: 查询请求数量


4.sql_failed_select_requests: 失败的查询请求数量


5.sql_transaction_requests: 事务请求数量


6.sql_failed_transaction_requests: 失败的事务请求数量


7.sql_stored_procedure_requests: 存储过程请求数量


8.sql_failed_stored_procedure_requests: 失败的存储过程请求数量


9.sql_cursor_requests: 游标请求数量


10.sql_failed_cursor_requests: 失败的游标请求数量


11.sql_user_defined_function_requests: 用户定义函数请求数量


12.sql_failed_user_defined_function_requests: 失败的用户定义函数请求数量


13.sql_deadlock_count: 死锁数量


14.sql_lock_waits: 锁等待数量


15.sql_lock_timeouts: 锁超时数量


16.sql_lock_waits_time: 锁等待时间


17.sql_lock_timeouts_time: 锁超时时间


18.sql_login_failed_count: 登录失败数量


19.sql_login_succeeded_count: 登录成功数量


20.sql_user_connection_time: 用户连接时间

2.1.5 PostgreSQL Exporter

(1)PostgreSQLExporter的指标数据包括:

PostgreSQLExporter的指标数据包括表空间使用情况、连接数、服务器运行时间、数据库大小、查询次数等。

(2)PostgreSQLExporter支持的指标参数包括:

pg_database_size:数据库大小; 
pg_stat_database_numbackends:数据库当前连接数; 
pg_stat_database_xact_commit:事务提交次数; 
pg_stat_database_xact_rollback:事务回滚次数; 
pg_stat_database_blks_read:数据库块读取次数; 
pg_stat_database_blks_hit:数据库块命中次数; 
pg_stat_database_tuples_returned:返回的元组数; 
pg_stat_database_tuples_fetched:元组获取次数; 
pg_stat_database_tuples_inserted:插入元组数; 
pg_stat_database_tuples_updated:更新元组数; 
pg_stat_database_tuples_deleted:删除的元组数;
pg_stat_database_conflicts:数据库冲突次数; 
pg_stat_database_temp_files:临时文件数; 
pg_stat_database_temp_bytes:临时文件字节数; 
pg_stat_database_deadlocks:死锁次数; 
pg_stat_database_blk_read_time:块读取时间; 
pg_stat_database_blk_write_time:块写入时间;
2.1.6 MariaDB Exporter

(1) 持以下指标数据:

数据库指标:包括数据库活动、数据库大小、数据库查询、资源使用率和更多。

服务器指标:包括内存使用率、磁盘使用率、CPU使用率和更多。

指标参数:包括服务器名称、数据库名称、端口号、用户名称和密码等。

(2)MariaDBExporter支持以下参数:

innodb_buffer_pool_read_requests:InnoDB缓冲池的读取请求数
innodb_buffer_pool_read_ahead_evicted:InnoDB缓冲池的读取提前移出数
innodb_buffer_pool_read_ahead_rnd:InnoDB缓冲池的读取提前随机数
innodb_buffer_pool_read_ahead:InnoDB缓冲池的读取提前数
innodb_buffer_pool_pages_total:InnoDB缓冲池的页总数
innodb_buffer_pool_pages_free:InnoDB缓冲池的可用页数
innodb_buffer_pool_pages_data:InnoDB缓冲池的数据页数
innodb_buffer_pool_pages_dirty:InnoDB缓冲池的脏页数
Innodb_buffer_pool_pages_flushed:InnoDB缓冲池的刷新页数
2.1.7 Memcached Exporter

2.2 硬件

2.2.1 Apcupsd Exporter

(1)ApcupsdExporter指标数据有:

1.电池状态,包括:电压,温度,容量,剩余时间,状态等

2.逆变器状态,包括:输入电压,输出电压,功率,频率,状态等

3.电池充电状态,包括:充电电流,电压,状态等

4.负载状态,包括:电流,功率,电压,状态等

5.事件计数器,包括:充电,断电,负载开关,电池更换,其他事件等

(2)ApcupsdExporter指标参数包括:

apcupsd_status:APC UPS Status
apcupsd_onbatt_seconds:UPS On Battery Seconds
apcupsd_battcharge_percent:UPS Battery Charge Percent
apcupsd_linev_volts:UPS Line Voltage
apcupsd_load_percent:UPS Load Percent
apcupsd_timeleft_seconds:UPS Time Left On Battery Seconds
apcupsd_temp_c:UPS Temperature Celsius
apcupsd_battvolt_volts:UPS Battery Voltage
2.2.2 IoT Edison Exporter

(1)IoTEdisonExporter可以收集以下指标数据:CPU温度、内存使用量、CPU负载、CPU核心数、磁盘容量使用量,网络流量,磁盘读写速率,终端连接数,CPU频率,操作系统运行时间和IP地址。

(2)IoTEdisonExporter指标参数包括:

cpu_usage_percent:CPU使用率。
mem_usage_percent:内存使用率。
disk_usage_percent:磁盘使用率。
net_in_bytes_total:网络流入流量总量。
net_out_bytes_total:网络流出流量总量。
net_in_packets_total:网络流入数据包总量。
net_out_packets_total:网络流出数据包总量。
net_in_bytes_per_second:网络流入流量每秒量。
net_out_bytes_per_second:网络流出流量每秒量。
net_in_packets_per_second:网络流入数据包每秒量。
net_out_packets_per_second:网络流出数据包每秒量。
2.2.3 IPMI Exporter

(1)IPMIExporter提供的指标数据包括: 电源面板指标、风扇指标、温度指标、电压指标、电池指标、健康状态指标、服务器状态指标、控制器指标、系统事件指标等。

(2)IPMIExporter指标参数包括:

ipmi_sensor_name:传感器名称;
ipmi_sensor_type:传感器类型;
ipmi_sensor_reading:传感器读取值;
ipmi_sensor_units:传感器单位;
ipmi_sensor_state:传感器状态;
ipmi_sensor_state_string:传感器状态字符串;
ipmi_sensor_discrete_state:传感器离散状态;
ipmi_sensor_discrete_state_string:传感器离散状态字符串;
ipmi_sensor_discrete_reading:传感器离散读取值;
ipmi_sensor_discrete_reading_string:传感器离散读取值字符串;
ipmi_sensor_normal_min:正常最小值;
ipmi_sensor_normal_max:正常最大值;
ipmi_sensor_unspecified_min:未指定最小值;
ipmi_sensor_unspecified_max:未指定最大值;
ipmi_sensor_non_critical_min:非关键最小值;
ipmi_sensor_non_critical_max:非关键最大值;
ipmi_sensor_critical_min:关键最小值;
ipmi_sensor_critical_max:关键最大值;
ipmi_sensor_non_recoverable_min:不可恢复最小值;
ipmi_sensor_non_recoverable_max:不可恢复最大值;
ipmi_sensor_reading_min:读取值最小值;
ipmi_sensor_reading_max:读取值最大值;
ipmi_sensor_sensed_capabilities:传感器感知功能;
ipmi_sensor_enabled_capabilities:传感器启用功能;
ipmi_sensor_event_reading_type_code:传感器事件读取类型代码;
ipmi_sensor_event_type_code:传感器事件类型代码;
ipmi_sensor_event_data1:传感器事件数据1;
ipmi_sensor_event_data2:传感器事件数据2;
ipmi_sensor_event_data3:传感器事件数据3;
ipmi_sensor_event_data_bytes:传感器事件数据字节;
ipmi_sensor_event_data_string:传感器事件数据字符串;
ipmi_sensor_discrete_thresholds:传感器离散阈值;
ipmi_sensor_discrete_states:传感器离散状态;
ipmi_sensor_discrete_readable_states:传感器可读离散状态;
ipmi_sensor_discrete_raw_reading:传感器离散原始读取值;
ipmi_sensor_discrete_readable_reading:传感器可读离散读取值;
ipmi_sensor_discrete_sensor_type:传感器离散类型;
ipmi_sensor_discrete_event_type_code:传感器离散事件类型代码;
ipmi_sensor_discrete_event_data1:传感器离散事件数据1;
ipmi_sensor_discrete_event_data2:传感器离散事件数据2;
ipmi_sensor_discrete_event_data3:传感器离散事件数据3;
ipmi_sensor_discrete_event_data_bytes:传感器离散事件数据字节;
ipmi_sensor_discrete_event_data_string:传感器离散事件数据字符串;
ipmi_sensor_discrete_event_state:传感器离散事件状态;
ipmi_sensor_discrete_event_state_string:传感器离散事件状态字符串;
ipmi_sensor_discrete_threshold_states:传感器离散阈值状态;
ipmi_sensor_discrete_threshold_state_strings:传感器离散阈值状态字符串;
ipmi_sensor_discrete_sensor_state:传感器离散传感器状态;
ipmi_sensor_discrete_sensor_state_string:传感器离散传感器状态字符串;
ipmi_sensor_discrete_sensor_type_code:传感器离散传感器类型代码;
ipmi_sensor_discrete_sensor_type_string:传感器离散传感器类型字符串;
ipmi_sensor_discrete_sensor_units:传感器离散传感器单位;
ipmi_device_name:设备名称;
ipmi_device_id:设备ID;
ipmi_device_type:设备类型;
ipmi_device_bus_id:设备总线ID;
ipmi_device_bus_type:设备总线类型;
ipmi_device_address:设备地址;
ipmi_device_address_type:设备地址类型;
ipmi_device_address_type_string:设备地址类型字符串;
ipmi_device_secondary_address:设备次地址;
ipmi_device_secondary_address_type:设备次地址类型;
ipmi_device_secondary_address_type_string:设备次地址类型字符串;
ipmi_device_firmware_revision:设备固件版本;
ipmi_device_ipmi_version:设备IPMI版本;
ipmi_device_manufacturer_id:设备制造商ID;
ipmi_device_manufacturer_name:设备制造商名称;
ipmi_device_product_id:设备产品ID;
ipmi_device_product_name:设备产品名称;
ipmi_device_device_id:设备设备ID;
ipmi_device_device_revision:设备设备版本;
ipmi_device_slave_address:设备从站地址;
ipmi_device_slave_address_type:设备从站地址类型;
ipmi_device_slave_address_type_string:设备从站地址类型字符串;
ipmi_device_access_address:设备访问地址;
ipmi_device_access_address_type:设备访问地址类型;
ipmi_device_access_address_type_string:设备访问地址类型字符串;
ipmi_device_bridging_supported:设备支持桥接;
ipmi_device_bridging_enabled:设备启用桥接;
2.2.4 Node Exporter

(1)NodeExporter提供了多个指标数据,包括:

1.硬件计算机硬件信息,如CPU、内存、硬盘、网卡等;

2.系统状态指标,如运行时间、系统负载、进程数量等;

3.服务器节点状态指标,如容器、Docker、Kubernetes等;

4.网络状态指标,如网络连接数量、流量等;

5.日志指标,如日志大小、日志级别等;

6.性能指标,如吞吐量、延迟、失败率等。

(2)NodeExporter指标参数有:

1.node_boot_time:系统启动时间 
2.node_context_switches:上下文切换次数 
3.node_cpu_seconds_total:CPU总秒数 
4.node_disk_io_time_seconds_total:磁盘IO时间总秒数 
5.node_disk_io_time_weighted_seconds_total:磁盘IO加权时间总秒数 
6.node_disk_read_bytes_total:磁盘读取总字节数 
7.node_disk_read_time_seconds_total:磁盘读取总时间秒数 
8.node_disk_write_bytes_total:磁盘写入总字节数 
9.node_disk_write_time_seconds_total:磁盘写入总时间秒数 
10.node_filesystem_avail_bytes:文件系统可用字节数 
11.node_filesystem_free_bytes:文件系统空闲字节数 
12.node_filesystem_size_bytes:文件系统总字节数 
13.node_filesystem_type:文件系统类型 
14.node_intr_total:中断总数 15.node_load1:1分钟负载 
16.node_load15:15分钟负载 17.node_load5:5分钟负载 
18.node_memory_Active_bytes:活跃内存字节数 
19.node_memory_Buffers_bytes:缓冲内存字节数 
20.node_memory_Cached_bytes:缓存内存字节数 
21.node_memory_MemAvailable_bytes:可用内存字节数 
22.node_memory_MemFree_bytes:空闲内存字节数 
23.node_memory_MemTotal_bytes:总内存字节数 
24.node_memory_SwapCached_bytes:交换缓存内存字节数 
25.node_memory_SwapFree_bytes:空闲交换内存字节数 
26.node_memory_SwapTotal_bytes:总交换内存字节数 
27.node_network_receive_bytes_total:网络接收总字节数 
28.node_network_receive_errors_total:网络接收错误总数 
29.node_network_receive_packets_total:网络接收总包数 
30.node_network_transmit_bytes_total:网络发送总字节数 
31.node_network_transmit_errors_total:网络发送错误总数 
32.node_network_transmit_packets_total:网络发送总包数 
33.node_processes_blocked:被阻塞进程数 
34.node_processes_running:正在运行进程数 
35.node_processes_stopped:停止进程数 
36.node_processes_uninterruptible:不可中断进程数 
37.node_time_seconds:节点时间(秒)
2.2.5 Windows Exporter

(1)WindowsExporter提供一系列指标参数,包括:CPU利用率、内存使用率、磁盘使用率、网络流量、进程数量、服务状态、系统启动时间、系统日志等。

(2)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

(1)BeanstalkdExporter可以收集当前队列状态、每个队列的投递、处理、延迟和失败次数、队列状态改变的次数以及每个连接的状态等指标数据。

(2)BeanstalkdExporter的指标参数包括:

beanstalkd_up:表示 Beanstalkd 是否可用
beanstalkd_current_connections:当前 Beanstalkd 连接数
beanstalkd_current_jobs_urgent:当前urgent状态的任务数
beanstalkd_current_jobs_ready:当前ready状态的任务数
beanstalkd_current_jobs_delayed:当前delayed状态的任务数
beanstalkd_current_jobs_buried:当前buried状态的任务数
beanstalkd_total_connections:所有连接的总数
beanstalkd_total_jobs:所有任务的总数
beanstalkd_current_tubes:当前tube的数量
beanstalkd_current_waiting:当前等待的任务数
2.3.2 Kafka Exporter

(1)KafkaExporter可以收集的指标数据包括:

Kafka集群的吞吐量;
Kafka主题的消息量;
Kafka分区的消息量;
Kafka Broker的活动情况;
Kafka Broker的消息延迟;
Kafka Broker的吞吐量;
Kafka Broker的连接数;
Kafka Broker的内存使用情况;
Kafka Broker的消息缓存使用情况;
Kafka集群中消息拉取/推送的情况。

(2)KafkaExporter的指标参数包括:

kafka_server_broker_topic_partition_count:每个Broker上的Topic分区数量。 
kafka_server_broker_topic_min_isr:每个Topic分区最小ISR数量。
kafka_server_broker_topic_under_replicated_partition_count:每个Broker上的未复制分区数量。 
kafka_server_broker_topic_unavailable_partition_count:每个Broker上的不可用分区数量。 
kafka_server_broker_topic_leader_count:每个Topic的Leader的数量。 
kafka_server_broker_topic_leader_elected:每个Topic的Leader已经被选举。 
kafka_server_broker_topic_follower_count:每个Topic上的Follower的数量。 
kafka_server_broker_topic_log_end_offset:每个Topic分区的日志结束偏移量。 
kafka_server_broker_topic_messages_in_per_sec:每秒Topic消息数量。 
kafka_server_broker_topic_bytes_in_per_sec:每秒Topic字节数量。
kafka_server_broker_topic_bytes_out_per_sec:每秒Topic输出字节数量。
2.3.3 NSQ Exporter

(1)NSQExporter可以收集的指标数据包括:延迟数据、计数数据、计量数据、字符串数据、错误数据和布尔数据等。

(2)NSQExporter指标参数包括:

nsqd_connections:NSQD连接数
nsqd_ready_count:可消费消息数
nsqd_in_flight_count:正在处理消息数
nsqd_message_count:消息总数
nsqd_requeue_count:重新排队消息数
nsqd_timeout_count:超时消息数
nsqd_clients:客户端数量
nsqd_depth:消息队列深度
nsqd_backend_depth:消息缓冲队列深度
nsqd_deferred_count:延迟消息数
2.3.4 RabbitMQ Exporter

RabbitMQ Exporter 指标参数详细列表如下:

rabbitmq_up:参数名称:RabbitMQ是否启动 
rabbitmq_object_totals:参数名称:RabbitMQ对象总数 
rabbitmq_queue_messages_total:参数名称:RabbitMQ队列总消息数 
rabbitmq_queue_messages_ready:参数名称:RabbitMQ队列就绪消息数 5. rabbitmq_queue_messages_unacknowledged:参数名称:RabbitMQ队列未确认消息数 
rabbitmq_message_stats_publish_total:参数名称:RabbitMQ发布消息总数 
rabbitmq_message_stats_ack_total:参数名称:RabbitMQ确认消息总数 
rabbitmq_message_stats_deliver_total:参数名称:RabbitMQ投递消息总数 
rabbitmq_message_stats_deliver_no_ack_total:参数名称:RabbitMQ投递未确认消息总数 
rabbitmq_message_stats_redeliver_total:参数名称:RabbitMQ重新投递消息总数 
rabbitmq_connections_total:参数名称:RabbitMQ连接总数 
rabbitmq_channels_total:参数名称:RabbitMQ通道总数 
rabbitmq_exchanges_total:参数名称:RabbitMQ交换机总数 
rabbitmq_queues_total:参数名称:RabbitMQ队列总数 
rabbitmq_consumers_total:参数名称:RabbitMQ消费者总数 
rabbitmq_memory_limit:参数名称:RabbitMQ内存限制 
rabbitmq_memory_used:参数名称:RabbitMQ已使用内存
2.3.5 RocketMQ Exporter

RocketMQExporter的指标参数包括:

rocketmq_consumer_group_delay_time_seconds:消费组的延迟时间,以秒为单位;
rocketmq_consumer_group_message_accumulation:消费组的消息积累量;
rocketmq_consumer_group_message_max_offset:消费组的最大消息偏移量;
rocketmq_consumer_group_message_min_offset:消费组的最小消息偏移量;
rocketmq_consumer_group_message_num:消费组的消息数量;
rocketmq_consumer_group_message_pull_num:消费组的消息拉取数量;
rocketmq_consumer_group_message_push_num:消费组的消息推送数量;
rocketmq_consumer_group_message_rebalance_num:消费组的消息重新平衡数量;
rocketmq_consumer_group_message_threshold:消费组的消息阈值;
rocketmq_consumer_group_name:消费组的名称;
rocketmq_consumer_group_status:消费组的状态;
rocketmq_consumer_group_total_time_delay:消费组的总延迟时间;
rocketmq_consumer_group_total_time_pull:消费组的总拉取时间;
rocketmq_consumer_group_total_time_push:消费组的总推送时间;
rocketmq_producer_message_accumulation:生产者的消息积累量;
rocketmq_producer_message_discard_num:生产者的丢弃消息数量;
rocketmq_producer_message_max_offset:生产者的最大消息偏移量;
rocketmq_producer_message_min_offset:生产者的最小消息偏移量;
rocketmq_producer_message_num:生产者的消息数量;
rocketmq_producer_message_pull_num:生产者的消息拉取数量;
rocketmq_producer_message_rebalance_num:生产者的消息重新平衡数量;
rocketmq_producer_message_send_fail_num:生产者的发送失败消息数量;
rocketmq_producer_message_send_num:生产者的发送消息数量;
rocketmq_producer_message_threshold:生产者的消息阈值;
rocketmq_producer_name:生产者的名称;
rocketmq_producer_status:生产者的状态;
rocketmq_producer_total_time_pull:生产者的总拉取时间;
rocketmq_producer_total_time_send:生产者的总发送时间;
rocketmq_topic_message_accumulation:主题的消息积累量;
rocketmq_topic_message_max_offset:主题的最大消息偏移量;
rocketmq_topic_message_min_offset:主题的最小消息偏移量;
rocketmq_topic_message_num:主题的消息数量;
rocketmq_topic_name:主题的名称;
rocketmq_topic_status:主题的状态;
2.3.6 ActiveMQ Exporter

ActiveMQExporter支持的指标参数有:

broker_version:消息代理的版本
broker_queue_size:消息队列的大小
broker_enqueue_count:消息入队的计数
broker_dequeue_count:消息出队的计数
broker_consumer_count:消费者的计数
broker_producer_count:生产者的计数
broker_memory_percentage:内存使用百分比
broker_total_memory:总内存
broker_total_producer_count:总生产者计数
broker_total_consumer_count:总消费者计数

2.4 存储

2.4.1 Ceph Exporter

Ceph Exporter提供的指标参数包括:

ceph_mon_quorum:当前MON的选举情况
ceph_mon_num_mon:MON的数量
ceph_pg_state:PG的状态
ceph_pg_stuck_duration_seconds:PG陷入停滞的持续时间
ceph_osd_up:OSD是否正在运行
ceph_osd_in:OSD是否已启动
ceph_osd_num_osds:OSD的数量
ceph_osd_num_up_osds:正在运行的OSD数量
ceph_osd_num_in_osds:已启动的OSD数量
ceph_osd_num_remapped_pgs:重映射的PG数量
ceph_osd_num_deep_scrub_errors:深度清洁错误的PG数量
ceph_osd_num_scrub_errors:清洁错误的PG数量
ceph_osd_num_object_copies:对象副本的数量
ceph_osd_num_objects:对象的数量
ceph_osd_num_bytes:存储的字节数
ceph_osd_full:OSD是否已满
ceph_osd_nearfull:OSD是否接近满
ceph_osd_num_full:满OSD的数量
ceph_osd_num_nearfull:接近满OSD的数量
ceph_mds_num_mds:MDS的数量
ceph_mds_num_up_mds:正在运行的MDS数量
ceph_mds_num_in_mds:已启动的MDS数量
ceph_mds_num_exports:导出的MDS数量
ceph_mds_num_inodes:inode的数量
ceph_mds_num_bytes:存储的字节数
ceph_mds_num_snapshots:快照的数量
ceph_mds_num_snap_contexts:快照上下文的数量
ceph_mds_num_pools:池的数量
ceph_mds_num_files:文件的数量
ceph_mds_num_file_caps:文件能力的数量
ceph_mds_num_dirs:目录的数量
ceph_mds_num_subdirs:子目录的数量
ceph_mds_num_degraded:降级的文件的数量
ceph_mds_num_misplaced:错位的文件的数量
2.4.2 Gluster Exporter

GlusterExporter收集的指标有:

gluster_filesystem_capacity_bytes:表示文件系统总容量的字节数
gluster_filesystem_free_bytes:表示文件系统可用空间的字节数
gluster_filesystem_used_bytes:表示文件系统已使用空间的字节数
gluster_filesystem_inode_percentage_used:表示文件系统inode的使用百分比
gluster_filesystem_read_bytes_total:表示文件系统的总读取字节数
gluster_filesystem_write_bytes_total:表示文件系统的总写入字节数
gluster_filesystem_disk_usage_percent:表示文件系统磁盘使用率的百分比
gluster_filesystem_io_in_progress:表示文件系统I/O进程的数量
2.4.3 HDFS Exporter

HDFSExporter指标参数包括:

hdfs_nodes_live:当前存活的DataNode的数量。
hdfs_blocks_total:DataNode上的所有块的总数。
hdfs_files_total:DataNode上的所有文件的总数。
hdfs_files_under_construction_total:DataNode上的所有正在构建的文件的总数。
hdfs_capacity_total:DataNode上的总容量(字节)。
hdfs_capacity_remaining:DataNode上剩余的容量(字节)。
hdfs_capacity_used:DataNode上已使用的容量(字节)。
hdfs_capacity_non_dfs:DataNode上非DFS使用的容量(字节)。
hdfs_capacity_used_percentage:DataNode上已使用的容量(百分比)。
2.4.4 ScaleIO Exporter

ScaleIOExporter支持以下指标参数:

Cluster_Total_Capacity_GB:集群总容量(GB)
Cluster_Used_Capacity_GB:集群使用容量(GB)
Cluster_Free_Capacity_GB:集群剩余容量(GB)
Cluster_Thin_Capacity_GB:集群精简容量(GB)
Volume_Size_GB:卷大小(GB)
Volume_Used_Capacity_GB:卷使用容量(GB)
Volume_Thin_Capacity_GB:卷精简容量(GB)
Volume_Write_Latency_ms:卷写延迟(毫秒)
Volume_Read_Latency_ms:卷读延迟(毫秒)
Volume_Write_Throughput_MB_s:卷写吞吐量(MB/s)
Volume_Read_Throughput_MB_s:卷读吞吐量(MB/s)
Pool_Total_Capacity_GB:池总容量(GB)
Pool_Used_Capacity_GB:池使用容量(GB)
Pool_Free_Capacity_GB:池剩余容量(GB)
Pool_Thin_Capacity_GB:池精简容量(GB)

2.5 HTTP服务

2.5.1 Apache Exporter

ApacheExporter提供了以下指标参数:

1.活动进程:
apache_scoreboard_total,
apache_scoreboard_idle_cleanup,
apache_scoreboard_wait_keepalive,
apache_scoreboard_wait_dns,
apache_scoreboard_wait_logging,
apache_scoreboard_wait_sending,
apache_scoreboard_closing,
apache_scoreboard_reading,
apache_scoreboard_sending,
apache_scoreboard_keepalive,
apache_scoreboard_dns_lookup,
apache_scoreboard_logging,
apache_scoreboard_closing,
apache_scoreboard_finishing,
apache_scoreboard_idle_dns,
apache_scoreboard_idle_logging,
apache_scoreboard_idle_sending,
apache_scoreboard_idle_keepalive,
apache_scoreboard_idle_closing,
apache_scoreboard_idle_finishing,
apache_scoreboard_open_slot 
2.连接:
apache_requests_total,
apache_request_rate,
apache_idle_worker,
apache_busy_worker,
apache_uptime 
3.内存:
apache_memory_usage,
apache_memory_total 
4.状态码:
apache_response_code_total,
apache_response_code_1xx,
apache_response_code_2xx,
apache_response_code_3xx,
apache_response_code_4xx,
apache_response_code_5xx 
5.时间:
apache_request_duration_seconds,
apache_request_duration_milliseconds 
6.工作者:
apache_workers_total,
apache_workers_idle,
apache_workers_busy 
7.其他:
apache_status_version,
apache_status_build
2.5.2 HAProxy Exporter

HAProxyExporter指标参数包括:

haproxy_up: 表示HAProxy的运行状态,参数名称为"up",取值可以为1(表示运行正常)或0(表示运行异常)。
haproxy_frontend_session_current: 表示HAProxy的前端会话当前数量,参数名称为"frontend_session_current",取值为数值类型。
haproxy_backend_session_current: 表示HAProxy的后端会话当前数量,参数名称为"backend_session_current",取值为数值类型。
haproxy_backend_session_limit: 表示HAProxy的后端会话限制数量,参数名称为"backend_session_limit",取值为数值类型。
haproxy_frontend_session_limit: 表示HAProxy的前端会话限制数量,参数名称为"frontend_session_limit",取值为数值类型。
2.5.3 Nginx Exporter

NginxExporter指标参数有:

nginx_up:指示Nginx是否运行,值为1表示正在运行,值为0表示未运行; 
nginx_connections_accepted:接受连接总数; 
nginx_connections_handled:处理连接总数; 
nginx_connections_active:活动连接数; 
nginx_connections_reading:读取客户端数据时连接数; 
nginx_connections_writing:发送客户端数据时连接数; 
nginx_connections_waiting:等待客户端连接数; 
nginx_requests_total:总请求数; 
nginx_requests_current:当前请求数; 
nginx_server_zones_requests_total:服务器域请求总数; 
nginx_server_zones_responses_1xx_total:服务器域响应1xx总数; 
nginx_server_zones_responses_2xx_total:服务器域响应2xx总数; 
nginx_server_zones_responses_3xx_total:服务器域响应3xx总数; 
nginx_server_zones_responses_4xx_total:服务器域响应4xx总数; 
nginx_server_zones_responses_5xx_total:服务器域响应5xx总数; 
nginx_upstreams_peers_total:后端服务器总数; 
nginx_upstreams_peers_active:活动后端服务器总数; 
nginx_upstreams_peers_backup:备份后端服务器总数; nginx_upstreams_peers_unhealthy:不健康的后端服务器总数; 
nginx_upstreams_peers_downtime_total:后端服务器总数; 
nginx_upstreams_peers_responses_total:后端服务器响应总数; 
nginx_upstreams_peers_responses_1xx_total:后端服务器响应1xx总数; 
nginx_upstreams_peers_responses_2xx_total:后端服务器响应2xx总数; 
nginx_upstreams_peers_responses_3xx_total:后端服务器响应3xx总数; 
nginx_upstreams_peers_responses_4xx_total:后端服务器响应4xx总数; 
nginx_upstreams_peers_responses_5xx_total:后端服务器响应5xx总数; 
nginx_upstreams_peers_request_time_seconds_count:后端服务器请求时间; 
nginx_upstreams_peers_request_time_seconds_sum:后端服务器请求总时间。

2.6 API服务

2.6.1 AWS ECS Exporter

AWSECSExporter指标参数包括:

cluster_name:ECS集群的名称;
task_arn:任务的ARN;
task_definition_family:任务定义的家族;
task_definition_version:任务定义的版本;
task_name:任务的名称;
task_version:任务的版本;
container_name:容器的名称;
task_state:任务的状态;
container_status:容器的状态;
desired_status:期望的状态;
cpu_reservation:CPU预留量;
memory_reservation:内存预留量;
cpu_utilization:CPU利用率;
memory_utilization:内存利用率;
disk_utilization:磁盘利用率;
network_utilization:网络利用率;
running_count:运行中的容器数量;
pending_count:等待中的容器数量;
stopped_count:已停止的容器数量;
running_seconds:运行时长;
memory_reservation_percentage:内存预留量百分比;
cpu_reservation_percentage:CPU预留量百分比;
memory_reservation_used:已使用内存预留量;
cpu_reservation_used:已使用CPU预留量;
cpu_utilization_used:已使用CPU利用率;
memory_utilization_used:已使用内存利用率;
disk_utilization_used:已使用磁盘利用率;
network_utilization_used:已使用网络利用率;
task_arn_short:任务的短ARN;
task_definition_arn:任务定义的ARN;
task_definition_arn_short:任务定义的短ARN;
task_definition_family_short:任务定义的短家族;
task_definition_version_short:任务定义的短版本;
task_version_short:任务的短版本;
container_name_short:容器的短名称;
task_state_short:任务的短状态;
container_status_short:容器的短状态;
desired_status_short:期望的短状态;
task_arn_short_hash:任务的短ARN的哈希值;
task_definition_arn_short_hash:任务定义的短ARN的哈希值;
task_definition_family_short_hash:任务定义的短家族的哈希值;
task_definition_version_short_hash:任务定义的短版本的哈希值;
task_version_short_hash:任务的短版本的哈希值;
container_name_short_hash:容器的短名称的哈希值;
task_state_short_hash:任务的短状态的哈希值;
container_status_short_hash:容器的短状态的哈希值;
desired_status_short_hash:期望的短状态的哈希值
2.6.2 Docker Cloud Exporter

DockerCloudExporter指标参数包括:

dockercloud_container_count:当前集群内所有容器的数量;
dockercloud_service_count:当前集群内所有服务的数量;
dockercloud_node_count:当前集群内所有节点的数量;
dockercloud_container_state_running:当前集群内运行状态的容器数量;
dockercloud_container_state_stopped:当前集群内停止状态的容器数量;
dockercloud_container_state_exited:当前集群内退出状态的容器数量;
dockercloud_container_state_ghost:当前集群内“幽灵”状态的容器数量;
dockercloud_container_state_paused:当前集群内暂停状态的容器数量;
dockercloud_service_state_running:当前集群内运行状态的服务数量;
dockercloud_service_state_stopped:当前集群内停止状态的服务数量;
dockercloud_node_state_running:当前集群内运行状态的节点数量;
dockercloud_node_state_stopped:当前集群内停止状态的节点数量;
dockercloud_node_state_maintenance:当前集群内维护状态的节点数量;
dockercloud_node_state_exited:当前集群内退出状态的节点数量;
dockercloud_node_state_error:当前集群内错误状态的节点数量;
dockercloud_container_cpu_usage_percent:当前集群内所有容器的CPU使用率;
dockercloud_container_memory_usage_bytes:当前集群内所有容器的内存使用量;
dockercloud_node_cpu_usage_percent:当前集群内所有节点的CPU使用率;
dockercloud_node_memory_usage_bytes:当前集群内所有节点的内存使用量。
2.6.3 Docker Hub Exporter

DockerHubExporter指标参数包括:

username:Docker Hub用户名;
password:Docker Hub密码;
images:要监控的镜像名称列表;
tls_config:TLS配置;
insecure:忽略HTTPS证书验证;
timeout:超时时间;
proxy:设置HTTP代理;
namespace:指标命名空间;
labels:附加指标标签;
include_manifest:是否包含Manifest文件;
manifest_timeout:Manifest超时时间;
digest_lookup_interval:摘要查找间隔;
digest_lookup_timeout:摘要查找超时时间;
digest_timeout:摘要超时时间。
2.6.4 GitHub Exporter等

GitHubExporter指标参数包括:

项目统计:活跃用户数、仓库数、开源许可证数、语言数、提交数、参与者数、拉取请求数、讨论数、代码行数、更新次数、每个季度活跃用户数等;
仓库统计:活跃度、活跃用户数、参与者数、代码行数、更新次数、拉取请求数、讨论数、分支数、标签数等;
用户统计:参与度、活跃度、活跃仓库数、参与仓库数、拉取请求数、讨论数、分支数、标签数等;
语言统计:活跃仓库数、参与仓库数、活跃用户数、参与者数、拉取请求数、讨论数、提交数、代码行数、更新次数等;
开源许可证统计:仓库数量、活跃用户数、参与者数、拉取请求数、讨论数、提交数、代码行数、更新次数等;
贡献者排名:活跃度、参与度、活跃仓库数、参与仓库数、拉取请求数、讨论数、提交数、代码行数、更新次数等;
热门仓库:活跃度、活跃用户数、参与者数、拉取请求数、讨论数、分支数、标签数等;
用户活跃度:活跃度、活跃仓库数、参与仓库数、拉取请求数、讨论数、提交数、代码行数、更新次数等。

2.7 日志

2.7.1 Fluentd Exporter

FluentdExporter指标包括:

fluentd_retry_count:重试次数
fluentd_buffer_queue_length:缓冲队列长度
fluentd_buffer_total_bytes:缓冲总字节数
fluentd_emit_records:发出记录数
fluentd_emit_errors:发出错误数
fluentd_emit_timeout_errors:发出超时错误数
fluentd_write_count:写次数
fluentd_write_errors:写错误数
fluentd_out_throughput:输出吞吐量
fluentd_retry_wait:重试等待时间
2.7.2 Grok Exporter

GrokExporter指标参数包括:

metric_name:指标名称;
grok_pattern:模式匹配表达式;
labels:指标标签;
timestamp_label:时间戳标签;
timestamp_format:时间戳格式;
value_label:值标签;
value_type:值类型;
help_text:帮助文本;
ignore_older:忽略旧日志;
files:要追踪的文件。

2.8 监控系统

2.8.1 Collectd Exporter

CollectdExporter指标参数包括:

collectd_exporter_build_info
collectd_exporter_collectd_config_errors_total
collectd_exporter_collectd_config_metrics_total
collectd_exporter_collectd_config_plugins_total
collectd_exporter_collectd_config_types_total
collectd_exporter_collectd_read_errors_total
collectd_exporter_collectd_types_total
collectd_exporter_collectd_values_total
collectd_exporter_scrape_errors_total
collectd_exporter_up
2.8.2 Graphite Exporter

GraphiteExporter指标参数包括:

carbonAddress: Graphite的地址,默认为localhost:2003
scrapeInterval: 抓取间隔,单位为秒,默认为60s
noDataMode: 无数据模式,默认为ignore,还可以是sendLastValue
basicAuth: 基本身份验证
tlsConfig: TLS配置
honorLabels: 是否尊重标签,默认为false
metricsPath: 指标路径,默认为/metrics
namespace: 命名空间,默认为graphite_exporter
regex: 正则表达式,用于过滤指标
metricsMapping: 指标映射,用于自定义指标名称
2.8.3 InfluxDB Exporter

InfluxDBExporter指标参数包括:

influxdb.uri:InfluxDB的HTTP访问URL;
influxdb.database:InfluxDB数据库名称;
influxdb.retention_policy:InfluxDB数据库的保留策略;
influxdb.username:InfluxDB用户名;
influxdb.password:InfluxDB密码;
influxdb.timeout:InfluxDB连接超时时间;
influxdb.precision:InfluxDB精度;
influxdb.http_headers:InfluxDB HTTP头;
influxdb.version:InfluxDB版本;
influxdb.consistency:InfluxDB一致性;
influxdb.tags:InfluxDB标签;
influxdb.use_ssl:是否使用SSL连接InfluxDB;
influxdb.skip_database_creation:是否跳过InfluxDB数据库创建;
influxdb.basic_auth:InfluxDB基本认证;
influxdb.proxy_url:InfluxDB代理URL;
influxdb.write_consistency:InfluxDB写入一致性;
influxdb.max_retries:InfluxDB最大重试次数;
influxdb.max_buffer_len:InfluxDB最大缓冲区长度;
influxdb.max_buffer_age_millis:InfluxDB最大缓冲区时间;
influxdb.auto_create_databases:是否自动创建InfluxDB数据库;
influxdb.use_gzip:是否使用Gzip压缩InfluxDB数据;
influxdb.query_timeout_millis:InfluxDB查询超时时间;
influxdb.allow_kapacitor_udf:是否允许使用Kapacitor UDF;
influxdb.kapacitor_udf_timeout_millis:Kapacitor UDF超时时间;
influxdb.write_timeout_millis:InfluxDB写入超时时间;
influxdb.exclude_measurements_without_fields:是否排除没有字段的测量值;
influxdb.max_row_limit:InfluxDB最大行数限制;
influxdb.tls_skip_verify:是否跳过TLS验证;
influxdb.tls_ca_cert:TLS CA证书;
influxdb.tls_client_cert:TLS客户端证书;
influxdb.tls_client_key:TLS客户端密钥;
influxdb.shared_global_tags:共享全局标签;
influxdb.shared_global_fields:共享全局字段;
influxdb.udf_configs:UDF配置;
influxdb.max_udf_batch_size:UDF最大批量大小;
influxdb.udf_timeout_millis:UDF超时时间;
influxdb.udf_write_strategy:UDF写入策略;
influxdb.udf_no_data_on_error:UDF错误时无数据;
influxdb.udf_batch_interval_millis:UDF批量间隔时间;
influxdb.udf_batch_size:UDF批量大小;
influxdb.udf_batch_parallelism:UDF的批量并行性;
influxdb.udf_batch_max_delay_millis:UDF批量最大延迟时间;
influxdb.udf_batch_max_size_bytes:UDF最大批量大小字节;
influxdb.udf_batch_max_lines:UDF最大批量行数;
influxdb.udf_batch_max_interval_millis:UDF最大批量间隔时间;
influxdb.udf_batch_max_delay_millis:UDF最大批量延迟时间;
influxdb.udf_batch_max_concurrency:UDF最大批量并发性;
influxdb.udf_batch_max_in_flight:UDF最大批量飞行;
influxdb.udf_batch_max_retries:UDF最大批量重试次数;
influxdb.udf_batch_name:UDF批量名称;
influxdb.udf_batch_retry_delay_millis:UDF批量重试延迟时间;
influxdb.udf_batch_retry_max_delay_millis:UDF批量重试最大延迟时间;
influxdb.udf_batch_max_backoff_millis:UDF最大回退时间;
influxdb.udf_batch_backoff_factor:UDF回退因子;
influxdb.udf_batch_max_pending_requests:UDF最大挂起请求数;
influxdb.udf_batch_max_pending_requests_per_node:UDF每个节点的最大挂起请求数;
influxdb.udf_batch_max_requests_per_node:UDF每个节点的最大请求数;
influxdb.udf_batch_max_retry_duration_millis:UDF最大重试持续时间;
influxdb.udf_batch_max_concurrent_shards:UDF最大并发碎片数;
influxdb.udf_batch_max_in_flight_shards:UDF最大飞行碎片数;
influxdb.udf_batch_max_retry_shards:UDF最大重试碎片数;
influxdb.udf_batch_max_backoff_shards:UDF最大回退碎片数;
influxdb.udf_batch_max_pending_shards:UDF最大挂起碎片数;
influxdb.udf_batch_max_pending_shards_per_node:UDF每个节点的最大挂起碎片数;
influxdb.udf_batch_max_requests_per_shard:UDF每个碎片的最大请求数;
influxdb.udf_batch_max_retry_duration_shards:UDF最大重试持续时间碎片;
influxdb.udf_batch_max_in_flight_requests:UDF最大飞行请求数;
influxdb.udf_batch_max_retry_requests:UDF最大重试请求数;
influxdb.udf_batch_max_backoff_requests:UDF最大回退请求数;
influxdb.udf_batch_max_pending_requests_per_node:UDF每个节点的最大挂起请求数;
influxdb.udf_batch_max_requests:UDF最大请求数;
influxdb.udf_batch_max_retry_duration_requests:UDF最大重试持续时间请求;
influxdb.udf_batch_max_in_flight_lines:UDF最大飞行行数;
influxdb.udf_batch_max_retry_lines:UDF最大重试行数;
influxdb.udf_batch_max_backoff_lines:UDF最大回退行数;
influxdb.udf_batch_max_pending_lines:UDF最大挂起行数;
influxdb.udf_batch_max_pending_lines_per_node:UDF每个节点的最大挂起行数;
influxdb.udf_batch_max_requests_per_line:UDF每行的最大请求数;
influxdb.udf_batch_max_retry_duration_lines:UDF最大重试持续时间行;
influxdb.udf_batch_max_in_flight_batches:UDF最大飞行批次数;
influxdb.udf_batch_max_retry_batches:UDF最大重试批次数;
influxdb.udf_batch_max_backoff_batches:U
2.8.4 Nagios Exporter 

NagiosExporter指标参数包括:

1、指标:
host_state,host_state_info,host_last_check,host_latency,host_execution_time,host_state_types,host_attempt,host_is_flapping,host_percent_state_change,host_scheduled_downtime_depth,host_active_checks_enabled,host_passive_checks_enabled,host_acknowledged,host_in_downtime,host_notifications_enabled,host_event_handler_enabled,host_flap_detection_enabled,host_process_performance_data,host_obsess_over_host,host_perf_data;
2、指标:
service_state,service_state_info,service_last_check,service_latency,service_execution_time,service_state_types,service_attempt,service_is_flapping,service_percent_state_change,service_scheduled_downtime_depth,service_active_checks_enabled,service_passive_checks_enabled,service_acknowledged,service_in_downtime,service_notifications_enabled,service_event_handler_enabled,service_flap_detection_enabled,service_process_performance_data,service_obsess_over_service,service_perf_data;
3、指标:
host_check_result_last_check,host_check_result_latency,host_check_result_start_time,host_check_result_execution_time,host_check_result_output,host_check_result_long_output,host_check_result_performance_data;
4、指标:
service_check_result_last_check,service_check_result_latency,service_check_result_start_time,service_check_result_execution_time,service_check_result_output,service_check_result_long_output,service_check_result_performance_data。
2.8.5 SNMP Exporter

SNMP Exporter指标参数包括:

OID,Label,Type,Help,Metric Type,Unit,Scale,Index Offset,Index Label,Index,Instances,Instance Label,Value,Port,Community,Version,Timeout,Retries,Max Repetitions,Name,Tags,Table OID,Table Columns,Table Owerflow,Table End OID,Table Column OIDs,Table Column Labels,Table Column Types,Table Column Help,Table Column Metric Types,Table Column Unit,Table Column Scale,Table Column Index Offset,Table Column Index Label,Table Column Index,Table Column Instances,Table Column Instance Label,Table Column Value,Table Column Name,Table Column Tags。

2.9 其他

2.9.1 Blockbox Exporter

BlockboxExporter指标参数包括:

-http_requests_total:HTTP 请求总数 -http_request_duration_seconds:HTTP 请求持续时间(以秒为单位) 
-http_request_size_bytes:HTTP 请求大小(以字节为单位) -http_response_size_bytes:HTTP 响应大小(以字节为单位) 
-http_response_duration_seconds:HTTP 响应持续时间(以秒为单位) -http_response_code:HTTP 响应状态码 
-http_redirects_total:HTTP 重定向次数 -http_upstream_duration_seconds:上游持续时间(以秒为单位) 
-http_upstream_size_bytes:上游大小(以字节为单位) -http_upstream_code:上游响应状态码
2.9.2 JIRA Exporter

JIRAExporter指标参数包括:

Project:要收集指标的JIRA项目
Issue Type:要收集指标的JIRA问题类型
Field:要收集指标的JIRA字段
Start Date:收集指标的起始日期
End Date:收集指标的结束日期
Resolution:要收集指标的JIRA解决结果
Status:要收集指标的JIRA状态
Group By:按照何种方式对收集的指标进行分组
Aggregator:要收集的指标的聚合函数
Label:用于标记输出指标的标签
2.9.3 Jenkins Exporter

JenkinsExporter的指标参数有:

jenkins_builds_duration_seconds:构建持续时间;
jenkins_builds_total:构建总数;
jenkins_builds_fail_total:失败构建总数;
jenkins_builds_aborted_total:中止构建总数;
jenkins_builds_success_total:成功构建总数;
jenkins_builds_unstable_total:不稳定构建总数;
jenkins_builds_scheduled_total:计划构建总数;
jenkins_builds_in_progress_total:构建进行中总数;
jenkins_jobs_total:任务总数;
jenkins_jobs_in_queue_total:队列中任务总数;
jenkins_queue_items_total:队列项目总数;
jenkins_node_total:节点总数;
jenkins_node_online_total:节点在线总数;
jenkins_node_offline_total:节点离线总数;
jenkins_node_idle_total:空闲节点总数;
jenkins_node_busy_total:忙碌节点总数;
jenkins_node_executors_total:节点执行者总数;
jenkins_node_disconnected_total:断开连接节点总数;
jenkins_node_temporarily_offline_total:暂时离线节点总数。
2.9.4 Confluence Exporter

ConfluenceExporter指标参数包括:

conflune_url,auth_user,auth_password,confluence_space,confluence_parent_page,confluence_page_title,confluence_content_type,confluence_content_template,gauge_name,gauge_help,gauge_labels,gauge_value_name,gauge_value。

今天的文章expam指标_exp指标的实战应用「建议收藏」分享到此就结束了,感谢您的阅读。

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/84411.html

(0)
编程小号编程小号

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注