Compare commits

..
1 Commits
Author SHA1 Message Date
chylex 8a9a5b9aaa Release 1.0.0 2023-10-04 15:38:35 +02:00
2 changed files with 1 additions and 6 deletions
Generated
+1 -1
View File
@@ -25,7 +25,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]]
name = "apache_prometheus_exporter"
version = "1.0.0"
version = "0.1.0"
dependencies = [
"anyhow",
"hyper",
-5
View File
@@ -161,11 +161,6 @@ impl LogWatcher {
}
};
while let Ok(Some(_)) = self.state.lines.next_line().await {
// There are occasional spurious file creation events, so reading
// from the beginning would read lines that were already counted.
}
continue 'read_loop;
}
}