From 6f932eab928f91c78f2fa916f9872014fed6315c Mon Sep 17 00:00:00 2001 From: Ishan Mukherjee Date: Fri, 24 Apr 2020 13:09:50 -0700 Subject: [PATCH] Add Pixie to performance (#3049) Hi All, we've launched our community beta this week and would be great to add to share with community. Best, Ishan --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e8f3b02..99bf0edd 100644 --- a/README.md +++ b/README.md @@ -1416,6 +1416,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis ## Performance * [jaeger](https://github.com/jaegertracing/jaeger) - A distributed tracing system. +* [pixie](https://github.com/pixie-labs/pixie) - No instrumentation tracing for Golang applications via eBPF. * [profile](https://github.com/pkg/profile) - Simple profiling support package for Go. * [tracer](https://github.com/kamilsk/tracer) - Simple, lightweight tracing.