From 2f7450ec042f2c3379afefb7344f3e5b68c37575 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 22 Oct 2018 12:41:37 -0700 Subject: [PATCH] Document units of filestat modification time --- plugins/inputs/filestat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/filestat/README.md b/plugins/inputs/filestat/README.md index 79eec6c71..3102c13b0 100644 --- a/plugins/inputs/filestat/README.md +++ b/plugins/inputs/filestat/README.md @@ -20,7 +20,7 @@ The filestat plugin gathers metrics about file existence, size, and other stats. - filestat - exists (int, 0 | 1) - size_bytes (int, bytes) - - modification_time (int, unixtime) + - modification_time (int, unix time nanoseconds) - md5 (optional, string) ### Tags: