Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreYang committed Mar 6, 2025
1 parent 83659c2 commit 936a28a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/system-probe/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ func load() (*types.Config, error) {
if cfg.GetBool(pngNS("enabled")) {
c.EnabledModules[PingModule] = struct{}{}
}
// TODO: add test
if cfg.GetBool(tracerouteNS("enabled")) || cfg.GetBool("network_path.connections_monitoring.enabled") {
c.EnabledModules[TracerouteModule] = struct{}{}
}
Expand Down

0 comments on commit 936a28a

Please sign in to comment.