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