Closed Exide closed 6 years ago
This emits four new metrics:
hub.spoke.write.age.oldest
hub.spoke.read.age.oldest
hub.spoke.write.evicted
hub.spoke.read.evicted
It also adds two new methods to SpokeContentDao:
SpokeContentDao
getOldestItem
getNumberOfItems
Finally it adds a FileUtils class for deleting files via the Commander.
FileUtils
Commander
This is running in pdx.dev currently.
pdx.dev
Ok. I've addressed the comments that I plan to address. Going to push this to pdx.dev again to let it marinade.
This emits four new metrics:
hub.spoke.write.age.oldest
hub.spoke.read.age.oldest
hub.spoke.write.evicted
hub.spoke.read.evicted
It also adds two new methods to
SpokeContentDao
:getOldestItem
getNumberOfItems
Finally it adds a
FileUtils
class for deleting files via theCommander
.