mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-02-02 08:42:31 -08:00
Add missing period in README.md.
This commit is contained in:
parent
a10f5b8093
commit
e180b882d6
|
@ -34,7 +34,7 @@ netstat | Exposes network statistics from `/proc/net/netstat`. This is the same
|
|||
stat | Exposes various statistics from `/proc/stat`. This includes CPU usage, boot time, forks and interrupts.
|
||||
textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set.
|
||||
time | Exposes the current system time.
|
||||
mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no /proc/mdstat present)
|
||||
mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no /proc/mdstat present).
|
||||
|
||||
|
||||
### Disabled by default
|
||||
|
|
Loading…
Reference in a new issue