1.11.1.eBPF exporter no enabled configs
eBPF exporter has no enabled configurations. No eBPF programs are being run. (instance {{ $labels.instance }})
- alert: EBPFExporterNoEnabledConfigs
expr: ebpf_exporter_enabled_configs == 0 or absent(ebpf_exporter_enabled_configs)
for: 5m
labels:
severity: warning
annotations:
summary: eBPF exporter no enabled configs (instance {{ $labels.instance }})
description: "eBPF exporter has no enabled configurations. No eBPF programs are being run. (instance {{ $labels.instance }})\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"

