mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 05:12:54 +00:00
feat: add stager nofitier to collect metrics (#5530)
* feat: add stager nofitier to collect metrics Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * apply prev commit Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * remove dup size Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * add load cost Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> --------- Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
This commit is contained in:
@@ -30,7 +30,7 @@ async fn new_bounded_stager(prefix: &str) -> (TempDir, Arc<BoundedStager>) {
|
||||
let path = staging_dir.path().to_path_buf();
|
||||
(
|
||||
staging_dir,
|
||||
Arc::new(BoundedStager::new(path, 102400).await.unwrap()),
|
||||
Arc::new(BoundedStager::new(path, 102400, None).await.unwrap()),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user