mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 07:57:01 +00:00
feat: refactor scanner module and add data usage statistics
- Move scanner code to scanner/ subdirectory for better organization - Add data usage statistics collection and persistence - Implement histogram support for size and version distribution - Add global cancel token management for scanner operations - Integrate scanner with ECStore for comprehensive data analysis - Update error handling and improve test isolation - Add data usage API endpoints and backend integration Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
@@ -17,7 +17,6 @@ use tokio_util::sync::CancellationToken;
|
||||
|
||||
pub mod error;
|
||||
pub mod scanner;
|
||||
pub mod metrics;
|
||||
|
||||
pub use error::{Error, Result};
|
||||
pub use scanner::{
|
||||
|
||||
Reference in New Issue
Block a user