File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ Package diagnose provides the diagnose suite for the agent.
144144
145145* Datadog Team* : agent-configuration
146146
147- Package flare implements a component to generate flares from the agent .
147+ Package flare defines the flare component interface and its parameters .
148148
149149### [ comp/core/fxinstrumentation] ( https://pkg.go.dev/github.com/DataDog/datadog-agent/comp/core/fxinstrumentation )
150150
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ type flareImpl struct {
7575}
7676
7777// filterNilProviders removes nil entries from the providers slice.
78- // fxutil. GetAndFilterGroup cannot be used directly here as impl must not import fxutil .
78+ // GetAndFilterGroup from the fx utility package cannot be used here as impl packages must not import it .
7979func filterNilProviders (providers []* flaretypes.FlareFiller ) []* flaretypes.FlareFiller {
8080 result := make ([]* flaretypes.FlareFiller , 0 , len (providers ))
8181 for _ , p := range providers {
You can’t perform that action at this time.
0 commit comments