mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-09 22:46:36 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf6688c1fb |
@@ -58,6 +58,7 @@ func New(config *Config) *Collector {
|
|||||||
c := &Collector{
|
c := &Collector{
|
||||||
serviceWhereClause: &config.ServiceWhereClause,
|
serviceWhereClause: &config.ServiceWhereClause,
|
||||||
useAPI: &config.UseAPI,
|
useAPI: &config.UseAPI,
|
||||||
|
v2: &config.V2,
|
||||||
}
|
}
|
||||||
|
|
||||||
return c
|
return c
|
||||||
|
|||||||
Reference in New Issue
Block a user