Skip to content

Commit

Permalink
remove unused config field
Browse files Browse the repository at this point in the history
Signed-off-by: ChrsMark <[email protected]>
  • Loading branch information
ChrsMark committed Nov 21, 2024
1 parent eea9289 commit ddc4655
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions receiver/receivercreator/discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ type hintsTemplatesBuilder interface {
// k8sHintsBuilder creates configurations from hints provided as Pod's annotations.
type k8sHintsBuilder struct {
logger *zap.Logger
config DiscoveryConfig
ignoreReceivers map[string]bool
}

Expand All @@ -48,7 +47,6 @@ func createK8sHintsBuilder(config DiscoveryConfig, logger *zap.Logger) k8sHintsB
}
return k8sHintsBuilder{
logger: logger,
config: config,
ignoreReceivers: ignoreReceivers,
}
}
Expand Down

0 comments on commit ddc4655

Please sign in to comment.