Skip to content

Conversation

@ffyuanda
Copy link

@ffyuanda ffyuanda commented Jan 5, 2026

Fixes: #498

The existing support for /proc/interrupts isn't working because it actually queries /proc//interrupts, which does not exist in the /proc filesystem.

Change proc_interrupts to query the system-wide /proc/interrupts instead.

Fixes: prometheus#498

The existing support for /proc/interrupts isn't working because it
actually queries /proc/<pid>/interrupts, which does not exist in the
/proc filesystem.

Change proc_interrupts to query the system-wide /proc/interrupts
instead.

Signed-off-by: Shaoxuan (Max) Yuan <maxyuan@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Does Proc::Interrupts() have a broken interface?

1 participant