mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-13 16:36:37 +00:00
chore: enable more linter (#1557)
This commit is contained in:
@@ -14,10 +14,10 @@ type Config struct{}
|
||||
|
||||
var ConfigDefaults = Config{}
|
||||
|
||||
// Variable used by mscluster_resource and mscluster_resourcegroup
|
||||
// Variable used by mscluster_resource and mscluster_resourcegroup.
|
||||
var NodeName []string
|
||||
|
||||
// A Collector is a Prometheus Collector for WMI MSCluster_Node metrics
|
||||
// A Collector is a Prometheus Collector for WMI MSCluster_Node metrics.
|
||||
type Collector struct {
|
||||
logger log.Logger
|
||||
|
||||
|
||||
Reference in New Issue
Block a user