Skip to content

Commit

Permalink
accidentally dropped a counter
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
  • Loading branch information
blt committed Nov 12, 2024
1 parent ef72b16 commit 07ff0f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lading/src/generator/file_gen/logrotate_fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ impl Filesystem for LogrotateFS {
let tick = self.get_current_tick();
let mut state = self.state.lock().expect("lock poisoned");

counter!("fs_release").increment(1);

// Remove `fh->FileHandle` from the set of open_files.
let file_handle = {
let mut open_files = self.open_files.lock().expect("lock poisoned");
Expand Down

0 comments on commit 07ff0f3

Please sign in to comment.