Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marctc committed May 31, 2023
1 parent d21c801 commit cbd7b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func ScrapeTarget(ctx context.Context, target string, config *config.Module, log
continue
}

allowedList = filterAllowedIndices(logger, filter, pdus, allowedList, c.metrics)
allowedList = filterAllowedIndices(logger, filter, pdus, allowedList, metrics)

// Update config to get only index and not walk them.
newWalk = updateWalkConfig(newWalk, filter, logger)
Expand Down

0 comments on commit cbd7b0c

Please sign in to comment.