tricorder-observability / Starship

Starship: next-generation Observability platform built with eBPF+WASM
GNU Affero General Public License v3.0
163 stars 23 forks source link

Port ebpf-exporter to Starship #199

Open oojimmy opened 1 year ago

oojimmy commented 1 year ago

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