mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
Don't stream Node.Chidren, because it is never used in the probe
Remove code dedicated to streaming NodeSet
This commit is contained in:
@@ -20,7 +20,7 @@ type Node struct {
|
||||
Latest StringLatestMap `json:"latest,omitempty"`
|
||||
Metrics Metrics `json:"metrics,omitempty" deepequal:"nil==empty"`
|
||||
Parents Sets `json:"parents,omitempty"`
|
||||
Children NodeSet `json:"children,omitempty"`
|
||||
Children NodeSet `json:"-"`
|
||||
}
|
||||
|
||||
// MakeNode creates a new Node with no initial metadata.
|
||||
|
||||
Reference in New Issue
Block a user