Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-semaphor committed Dec 8, 2023
1 parent 8510f33 commit 96c75b4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
This small application works great in tandem with the Prometheus [node-exporter](https://github.com/prometheus/node_exporter).
If you place the converted JSON -> prom data in the /var/lib/prometheus/node-exporter/ directory, the metrics will be added to the node-exporter output.

Build the project using Cargo.
Build the project using Cargo:

Run the binary as
```
cargo build --release
```

The binary can then be found under target/release/rusty-json-prom-exporter
Run the binary as:
```
./rusty-json-prom-exporter [url] [filename]
```
Expand Down

0 comments on commit 96c75b4

Please sign in to comment.