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