15.19. NodeExporterCollectorSystemdConfig
15.19.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
장치를 선택할 수 있습니다. 선택한 단위는 각 systemd
장치의 상태를 표시하는 node_systemd_unit_state
지표를 생성하는 데 사용됩니다. 그러나 이 메트릭의 카디널리티가 높을 수 있습니다(노드당 단위당 최소 5회). 선택한 단위의 긴 목록으로 이 수집기를 활성화하면 과도한 메모리 사용량에 대해 prometheus-k8s
배포를 모니터링합니다. node_systemd_timer_last_trigger_seconds
메트릭은 units
매개변수 값을 logrotate.timer
로 구성한 경우에만 표시됩니다.
NodeExporterCollectorConfig에 나타납니다.
속성 | 유형 | 설명 |
---|---|---|
enabled | bool |
|
단위 | []string |
|