Skip to content

Commit

Permalink
Make the initial procspy filter silent
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwilkie committed Apr 7, 2016
1 parent ca94368 commit ee1b4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func FilterRunning(r Renderer) Renderer {

// FilterNonProcspied removes endpoints which were not found in procspy.
func FilterNonProcspied(r Renderer) Renderer {
return MakeFilter(
return MakeSilentFilter(
func(node report.Node) bool {
_, ok := node.Latest.Lookup(endpoint.Procspied)
return ok
Expand Down

0 comments on commit ee1b4de

Please sign in to comment.