mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-21 06:20:31 +00:00
add EBPF meta attribute
This commit is contained in:
@@ -144,9 +144,11 @@ func (r *Reporter) Report() (report.Report, error) {
|
||||
fromNodeInfo := map[string]string{
|
||||
// FIXME: remove this
|
||||
Procspied: "true",
|
||||
EBPF: "true",
|
||||
}
|
||||
toNodeInfo := map[string]string{
|
||||
Procspied: "true",
|
||||
EBPF: "true",
|
||||
}
|
||||
r.ebpfTracker.WalkEvents(func(e ConnectionEvent) {
|
||||
tuple := fourTuple{
|
||||
|
||||
Reference in New Issue
Block a user