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.