fastd-exporter/README.md
Martin Weinelt e52dbd900d
Add splash page, make metrics path configuriable
Also reformat using `go fmt` and document this in
the README.md

Normalized parameter names by looking at what node-
exporter offers.
2017-03-28 22:21:39 +02:00

24 lines
409 B
Markdown

# fastd-exporter
We are building a prometheus exporter for the fastd vpn daemon. We don't have a working version yet, stay tuned
## Formatting
We are using `go fmt` for formatting the code.
## Getting Started
For now run
```
$ go build
```
and
```
$ ./fastd-exporter --instance ffda
```
It will print json data received from the socket and maybe also show metrics on `http://127.0.0.1:9099/metrics`.