eBPF program {{ $labels.id }} failed to attach. The program is not collecting data. (instance {{ $labels.instance }})
# The exporter uses loose attachment: if a program fails to load (missing BTF, kernel incompatibility), it sets this metric to 0 and continues running.
- alert: EBPFExporterProgramNotAttached
expr: ebpf_exporter_ebpf_program_attached == 0
for: 5m
labels:
severity: warning
annotations:
summary: eBPF exporter program not attached (instance {{ $labels.instance }})
description: "eBPF program {{ $labels.id }} failed to attach. The program is not collecting data. (instance {{ $labels.instance }})\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"