Add derived values for nfsiostat (#132) #1012
Annotations
4 errors
DEB build MetricCollector:
collectors/collectorManager.go#L20
cannot use new(NetstatCollector) (value of type *NetstatCollector) as MetricCollector value in map literal: *NetstatCollector does not implement MetricCollector (wrong type for method Read)
|
DEB build MetricCollector:
collectors/collectorManager.go#L28
cannot use new(DiskstatCollector) (value of type *DiskstatCollector) as MetricCollector value in map literal: *DiskstatCollector does not implement MetricCollector (wrong type for method Read)
|
DEB build MetricCollector:
collectors/collectorManager.go#L43
cannot use new(NfsIOStatCollector) (value of type *NfsIOStatCollector) as MetricCollector value in map literal: *NfsIOStatCollector does not implement MetricCollector (wrong type for method Read)
|
DEB build MetricCollector
Process completed with exit code 2.
|
Loading