mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-07 21:46:37 +00:00
add sites to iss config constructor
Signed-off-by: matt durham <mattdurham@ppog.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user