diff options
author | Heikki Kallasjoki <fis@zem.fi> | 2018-12-15 15:52:17 +0000 |
---|---|---|
committer | Heikki Kallasjoki <fis@zem.fi> | 2018-12-15 15:52:17 +0000 |
commit | 4c77c338c2e016ebf12570ed5a73ba118f06342e (patch) | |
tree | 5c9c90902009c5e788a73e3bae52f48e2924deb7 /README.md | |
parent | 66fa2c3797bae4ef0c2a2165c34020d1fe7ea6ed (diff) | |
download | nano-exporter-4c77c338c2e016ebf12570ed5a73ba118f06342e.tar.gz nano-exporter-4c77c338c2e016ebf12570ed5a73ba118f06342e.tar.xz nano-exporter-4c77c338c2e016ebf12570ed5a73ba118f06342e.zip |
Fix a typo in README.md.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 297972c..f84eb78 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ The `textfile` collector can be used to conveniently export custom node-bound metrics. Metrics in any files ending in `.prom` in the designated directory are included in the scrape. Generally you should write to a file with a different suffix (say `.prom.tmp`) and then -atomically rename the file, to prevent the server for sending data +atomically rename the file, to prevent the server from sending data from incomplete metrics files. The implementation in this program copies the file contents directly |