mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-21 22:36:39 +00:00
set procspied meta-attribute to true
otherwise nodes won't show up
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user