aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes 'fish' Ziemke <github@freigeist.org>2019-03-19 11:23:17 +0100
committerGitHub <noreply@github.com>2019-03-19 11:23:17 +0100
commitd2136aace052bef8bbdae930e7c41e2350e08055 (patch)
treefc9e06d0d864d2eb4cd1ad43e3e085c932f033b1 /README.md
parent19e5bb6abdfbc69e9f2039485842eb3c0cf87d08 (diff)
downloadprometheus_node_collector-d2136aace052bef8bbdae930e7c41e2350e08055.tar.bz2
prometheus_node_collector-d2136aace052bef8bbdae930e7c41e2350e08055.tar.xz
prometheus_node_collector-d2136aace052bef8bbdae930e7c41e2350e08055.zip
Update README: Add note about ts in textfile
This closes #1284
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8fbb8f1..65898d0 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ that are tied to a machine.
92To use it, set the `--collector.textfile.directory` flag on the Node exporter. The 92To use it, set the `--collector.textfile.directory` flag on the Node exporter. The
93collector will parse all files in that directory matching the glob `*.prom` 93collector will parse all files in that directory matching the glob `*.prom`
94using the [text 94using the [text
95format](http://prometheus.io/docs/instrumenting/exposition_formats/). 95format](http://prometheus.io/docs/instrumenting/exposition_formats/). **Note:** Timestamps are not supported.
96 96
97To atomically push completion time for a cron job: 97To atomically push completion time for a cron job:
98``` 98```