Skip to content

Commit

Permalink
Fixing network enable
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Schendel <amitschendel@gmail.com>
  • Loading branch information
amitschendel committed Jan 15, 2025
1 parent 96ca609 commit 0ca99ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/containerwatcher/v1/container_watcher_private.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func (ch *IGContainerWatcher) startTracers() error {
logger.L().Info("started open tracing")
}

if ch.cfg.EnableNetworkTracing {
if ch.cfg.EnableNetworkTracing || ch.cfg.EnableRuntimeDetection {
if err := ch.startKubernetesResolution(); err != nil {
logger.L().Error("IGContainerWatcher - error starting kubernetes resolution", helpers.Error(err))
return err
Expand Down

0 comments on commit 0ca99ab

Please sign in to comment.