Skip to content

Enable CONFIG_TASK_IO_ACCOUNTING in Linux kernel config #22737

@fstab

Description

@fstab

What Happened?

OpenTelemetry process metrics use a file /proc/<pid>/io (via gopsutil) for reading IO stats (see Host Metrics Receiver). However, the file is not present on Minikube nodes because the kernel config CONFIG_TASK_IO_ACCOUNTING isn't enabled.

Same with Grafana Beyla's process metrics, they don't work on Minikube nodes either.

Could you enable it the CONFIG_TASK_IO_ACCOUNTING kernel config?

Maybe related: #22134

Attach the log file

open /proc/1852/io: no such file or directory

Operating System

Redhat/Fedora

Driver

KVM2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions