From d746011caa540266cdc98c6a68fdee2fbdd8fc89 Mon Sep 17 00:00:00 2001 From: David Mail Date: Tue, 10 Mar 2026 15:00:00 +0200 Subject: [PATCH] Add Ingero - GPU causal observability via eBPF uprobes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cd36d84..4a1a983 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,8 @@ [Hubble](https://github.com/cilium/hubble) is a fully distributed networking and security observability platform for cloud native workloads. It is built on top of Cilium and eBPF to enable deep visibility into the communication and behavior of services as well as the networking infrastructure in a completely transparent manner. +[Ingero](https://github.com/ingero-io/ingero) is an eBPF-based GPU causal observability agent. It traces CUDA Runtime and Driver APIs via uprobes and host kernel events (CPU scheduling, memory, process lifecycle) via tracepoints to build causal chains explaining GPU latency. Designed for production use with <2% overhead. + [Pixie](https://docs.pixielabs.ai/) is an open-source observability tool for Kubernetes applications. It's used to view the high-level state of your cluster (service maps, cluster resources, application traffic) and also drill down into more detailed views (pod state, flame graphs, individual full-body application requests). [BumbleBee](https://github.com/solo-io/bumblebee) is a tool that helps to build, run and distribute eBPF programs using [OCI images](https://opencontainers.org/). It allows you to focus on writing eBPF code, while taking care of the user space components that automatically exposing your data as metrics or logs.