Starship
Starship copied to clipboard
Port ebpf-exporter to Starship
The current situation, motivation for this task Cloudflare (ebpf_exporter)[https://blog.cloudflare.com/introducing-ebpf_exporter/] was introduced to be an eBPF metrics tool, it translates eBPF program data to Prometheus metrics, then displays in Grafana, Starship does the same things in other words. So Starship can port it to our ecosystem.
Describe the solution Port ebpf_exporter to Starship module. But we need to consider that ebpf_exporter backend in libpf, Maybe we need to consider supporting libpf backend in Starship.
Describe alternatives considered None
Additional context None