Compare commits

..

6 Commits

Author SHA1 Message Date
Thomas Gruber
9e321e0766 Merge branch 'develop' into cc_lib_switch 2025-04-16 12:58:29 +02:00
Thomas Roehl
813804ae2d Update CI 2025-03-18 14:32:29 +01:00
Thomas Roehl
da91813a81 Fix ccLogger import path 2025-03-18 14:28:46 +01:00
Thomas Roehl
6ea79b0099 Use receiver, sinks, ccLogger and ccConfig from cc-lib 2025-03-18 14:21:58 +01:00
Thomas Roehl
01ff8b2e9b Remove local development path 2025-02-24 18:35:16 +01:00
Thomas Roehl
a476f1753e Change to ccMessage from cc-lib 2025-02-24 18:29:27 +01:00

View File

@@ -171,7 +171,7 @@ func (m *NfsIOStatCollector) Read(interval time.Duration, output chan lp.CCMessa
}
}
if !found {
delete(m.data, mntpoint)
m.data[mntpoint] = nil
}
}
}