mirror of
https://github.com/prometheus-community/windows_exporter
synced 2024-12-25 07:52:05 +00:00
add sites to iss config constructor
Signed-off-by: matt durham <mattdurham@ppog.org>
This commit is contained in:
parent
1836cd1ad0
commit
089acc5b88
@ -240,8 +240,10 @@ func New(logger log.Logger, config *Config) types.Collector {
|
||||
}
|
||||
|
||||
c := &collector{
|
||||
appInclude: &config.AppInclude,
|
||||
appExclude: &config.AppExclude,
|
||||
appInclude: &config.AppInclude,
|
||||
appExclude: &config.AppExclude,
|
||||
siteInclude: &config.SiteInclude,
|
||||
siteExclude: &config.SiteExclude,
|
||||
}
|
||||
c.SetLogger(logger)
|
||||
return c
|
||||
|
Loading…
Reference in New Issue
Block a user