You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2025/02/12 13:34:17] [debug] [input:node_exporter_metrics:node_exporter_metrics.0] CPU is missing core_throttle_count: /sys/devices/system/cpu/cpu39
[2025/02/12 13:34:17] [debug] [input:node_exporter_metrics:node_exporter_metrics.0] CPU is missing package_throttle_count: /sys/devices/system/cpu/cpu39
[2025/02/12 13:34:17] [debug] [input:node_exporter_metrics:node_exporter_metrics.0] CPU is missing core_throttle_count: /sys/devices/system/cpu/cpu4
[2025/02/12 13:34:17] [debug] [input:node_exporter_metrics:node_exporter_metrics.0] CPU is missing package_throttle_count: /sys/devices/system/cpu/cpu4
[2025/02/12 13:34:17] [debug] [input:node_exporter_metrics:node_exporter_metrics.0] CPU is missing core_throttle_count: /sys/devices/system/cpu/cpu40
[2025/02/12 13:34:17] [debug] [input:node_exporter_metrics:node_exporter_metrics.0] CPU is missing package_throttle_count: /sys/devices/system/cpu/cpu40
[2025/02/12 13:34:17] [debug] [input:node_exporter_metrics:node_exporter_metrics.0] CPU is missing core_throttle_count: /sys/devices/system/cpu/cpu41
[2025/02/12 13:34:17] [debug] [input:node_exporter_metrics:node_exporter_metrics.0] CPU is missing package_throttle_count: /sys/devices/system/cpu/cpu41
[2025/02/12 13:34:17] [debug] [input:node_exporter_metrics:node_exporter_metrics.0] CPU is missing core_throttle_count: /sys/devices/system/cpu/cpu42
[2025/02/12 13:34:17] [engine] caught signal (SIGSEGV)
[2025/02/12 13:34:17] [debug] [input:node_exporter_metrics:node_exporter_metrics.0] CPU is missing package_throttle_count: /sys/devices/system/cpu/cpu42
[2025/02/12 13:34:17] [debug] [input:node_exporter_metrics:node_exporter_metrics.0] CPU is missing core_throttle_count: /sys/devices/system/cpu/cpu43
[2025/02/12 13:34:17] [debug] [input:node_exporter_metrics:node_exporter_metrics.0] CPU is missing package_throttle_count: /sys/devices/system/cpu/cpu43
#0 0x61dce0d07451 in ne_cpu_update() at plugins/in_node_exporter_metrics/ne_cpu_linux.c:393 #1 0x61dce0d05ef7 in activate_collector() at plugins/in_node_exporter_metrics/ne.c:160 #2 0x61dce0d05ef7 in in_ne_init() at plugins/in_node_exporter_metrics/ne.c:223 #3 0x61dce0c8be35 in input_thread() at src/flb_input_thread.c:365 #4 0x61dce0cad8a1 in step_callback() at src/flb_worker.c:43 #5 0x734b7ca9caa3 in ???() at ???:0 #6 0x734b7cb29c3b in ???() at ???:0 #7 0xffffffffffffffff in ???() at ???:0
Aborted
Notable point: if i point on an unexisting sys path (/sys2 for example), i have /proc datas in stdout and error about sys2 :
Bug Report
Describe the bug
When starting fluent-bit on a 64cpu ubuntu with node exporter input, fluent-bit instant crashes
To Reproduce
Start a 64cpu ubuntu VM
Install fluent-bit and run node exporter cpu metrics
Steps to reproduce the problem:
1/ apt-get install fluent-bit
2/ sudo /opt/fluent-bit/bin/fluent-bit -i node_exporter_metrics -pmetrics=cpu -p path.sysfs=/sys -Z -vv -o stdout
Output:
Notable point: if i point on an unexisting sys path (/sys2 for example), i have /proc datas in stdout and error about sys2 :
But fluent-bit is up and running
=> something happens in /sys with 64cpu : volumetry ?
For information, ive installed prometheus node exporter standalone on the host, to compare, and it works like a charm
=> Do i hit a buffer or something when fluent-bit tries to gather cpu infos in /sys for 64cpus ?
Your Environment
node-exporter embedded with 3.2.6 fluent-bit
The text was updated successfully, but these errors were encountered: