Skip to content

Commit

Permalink
add rdnsquerier to main process-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-schneider committed Oct 16, 2024
1 parent 5c06419 commit 710aff7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/process-agent/command/main_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import (
"github.com/DataDog/datadog-agent/comp/process/profiler"
"github.com/DataDog/datadog-agent/comp/process/status/statusimpl"
"github.com/DataDog/datadog-agent/comp/process/types"
rdnsquerierfx "github.com/DataDog/datadog-agent/comp/rdnsquerier/fx"
remoteconfig "github.com/DataDog/datadog-agent/comp/remote-config"
"github.com/DataDog/datadog-agent/comp/remote-config/rcclient"
"github.com/DataDog/datadog-agent/pkg/collector/python"
Expand Down Expand Up @@ -128,6 +129,9 @@ func runApp(ctx context.Context, globalParams *GlobalParams) error {
// Provide process agent bundle so fx knows where to find components
process.Bundle(),

// Provide rdnsquerier module
rdnsquerierfx.Module(),

eventplatformreceiverimpl.Module(),
eventplatformimpl.Module(eventplatformimpl.NewDefaultParams()),

Expand Down

0 comments on commit 710aff7

Please sign in to comment.