microsoft / ebpf-for-windows

eBPF implementation that runs on top of Windows
MIT License
2.94k stars 240 forks source link

Implement observability using Prometheus ebpf_exporter #730

Open rob-scheepens opened 2 years ago

rob-scheepens commented 2 years ago

It would be great to have the functionality of ebpf_exporter also on Windows. There seems to be already work underway (https://github.com/cloudflare/ebpf_exporter/pull/130) to have the exporter support libbpf/CORE.

Implementing a Windows-port of ebpf_exporter would increase the observability of Windows using eBPF.

dahavey commented 2 years ago

Blocked on bcc, and pt_regs and kprobes. #206, #731, #732.

rob-scheepens commented 2 years ago

CORE support in ebpf_exporter recently got some significant updates: https://github.com/cloudflare/ebpf_exporter/pull/130.