From d5db31096f9f6b37989fccc7d03bb42cc07213af Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Fri, 13 Dec 2024 02:23:42 +0900 Subject: [PATCH] feat: add file size to log-metrics --- src/timeline/timelines.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/timeline/timelines.rs b/src/timeline/timelines.rs index caf528a17..63d271296 100644 --- a/src/timeline/timelines.rs +++ b/src/timeline/timelines.rs @@ -606,6 +606,7 @@ impl Timeline { "Last Timestamp", "Channels", "Providers", + "Size", ]; if let Some(path) = &opt.output { let file = File::create(path).expect("Failed to create output file");