Add tests and run info to README.md and Makefile.
This commit is contained in:
parent
646d8de896
commit
effc934777
2 changed files with 13 additions and 1 deletions
|
|
@ -3,6 +3,15 @@
|
|||
Prometheus exporter for machine metrics, written in Go with pluggable metric
|
||||
collectors.
|
||||
|
||||
## Building and running
|
||||
|
||||
make
|
||||
./node_exporter <flags>
|
||||
|
||||
## Running tests
|
||||
|
||||
make test
|
||||
|
||||
## Available collectors
|
||||
|
||||
By default the build will include the native collectors that expose information
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue