From 605c6cb3bae04a33451bb61a30c64a2e2de01cf9 Mon Sep 17 00:00:00 2001 From: Lorenzo Manacorda Date: Wed, 21 Sep 2016 12:26:10 +0200 Subject: [PATCH] set `procspied` meta-attribute to true otherwise nodes won't show up --- probe/endpoint/reporter.go | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/probe/endpoint/reporter.go b/probe/endpoint/reporter.go index 6dd7f35be..826697ced 100644 --- a/probe/endpoint/reporter.go +++ b/probe/endpoint/reporter.go @@ -141,8 +141,12 @@ func (r *Reporter) Report() (report.Report, error) { // eBPF { - extraNodeInfo := map[string]string{ - EBPF: "true", + fromNodeInfo := map[string]string{ + // FIXME: remove this + Procspied: "true", + } + toNodeInfo := map[string]string{ + Procspied: "true", } r.ebpfTracker.WalkEvents(func(e ConnectionEvent) { tuple := fourTuple{