MCPcopy
hub / github.com/netdata/netdata / GetObsoleteInstances

Method GetObsoleteInstances

src/go/plugin/ibm.d/framework/state.go:189–191  ·  view source on GitHub ↗

GetObsoleteInstances returns instances that became obsolete in this iteration

()

Source from the content-addressed store, hash-verified

187
188// GetObsoleteInstances returns instances that became obsolete in this iteration
189func (s *CollectorState) GetObsoleteInstances() []string {
190 return s.obsoleteInstances
191}
192
193// GetIteration returns the current global iteration counter
194func (s *CollectorState) GetIteration() int64 {

Callers 1

CollectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected