14.17. NodeExporterCollectorSystemdConfig
14.17.1. 描述
使用 NodeExporterCollectorSystemdConfig
资源启用或禁用 node-exporter
代理的 systemd
收集器。默认情况下禁用 systemd
收集器。如果启用,则以下指标可用: node_systemd_system_running
,node_systemd_units
,node_systemd_version
.如果单元使用一个套接字,它还会生成以下指标:node_systemd_socket_accepted_connections_total
,node_systemd_socket_current_connections
,node_systemd_socket_refused_connections_total
。您可以使用 units
参数选择 systemd
收集器中包含的 systemd
单元。所选单元用于生成 node_systemd_unit_state
指标,其中显示每个 systemd
单元的状态。但是,这个指标的基数可能很高(每个节点至少五个系列)。如果您使用所选单元列表启用此收集器,请仔细监控 prometheus-k8s
部署以了解过量内存用量。请注意,只有在将 units
参数的值配置为 logrotate.timer
时才会显示 node_systemd_timer_last_trigger_seconds
指标。
出现在:NodeExporterCollectorConfig
属性 | 类型 | 描述 |
---|---|---|
enabled | bool |
启用或禁用 |
units | []string |
与 |