mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-05 18:16:35 +00:00
collector: fix wrong perfdata instances (#1763)
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
@@ -33,7 +33,7 @@ var ConfigDefaults = Config{
|
||||
scrapeInterval: 6 * time.Hour,
|
||||
}
|
||||
|
||||
var ErrNoUpdates = errors.New("no updates available")
|
||||
var ErrNoUpdates = errors.New("pending gather update metrics")
|
||||
|
||||
type Collector struct {
|
||||
config Config
|
||||
|
||||
Reference in New Issue
Block a user