Skip to content

Commit

Permalink
feat: add file size to log-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Dec 12, 2024
1 parent cd52d11 commit d5db310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/timeline/timelines.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit d5db310

Please sign in to comment.