| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Adds support for the new DHT RIB statistics. Grafana dashboard shows
number of keys in the DHT, the number locally managed values that need
to be republished, and the number of non-local values.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
|
|
|
|
|
|
|
| |
Now supports some flow control metrics. Also more future proof as it
will skip unknown future metrics instead of raising an Exception.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
The metrics interval can now be set in millisecond increments from
commandline using -i <interval> or --i <interval>. Default is 1000 (1
second).
|
|
|
|
| |
This also fixes no neighbors shown.
|
| |
|
|
|
|
|
| |
This adds a shebang so the exporter can be started with
./oexport.py
|
|
Adds a simple exporter for InfluxDB written in Python.
|