Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pyExporter: Export DHT metricsHEADmaster | Dimitri Staessens | 35 hours | 2 | -1493/+2638 |
| | | | | | | | | 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> | ||||
* | grafana: Add panels for flow control metrics | Dimitri Staessens | 2022-03-20 | 1 | -70/+419 |
| | | | | Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> | ||||
* | pyExporter: Support for Flow Control metrics0.19.1 | Dimitri Staessens | 2022-03-17 | 2 | -1/+9 |
| | | | | | | | 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> | ||||
* | metrics: Support for number of rxms, O7s 0.190.19 | Dimitri Staessens | 2022-03-11 | 2 | -145/+212 |
| | |||||
* | grafana: Update to general dashboard0.18 | Dimitri Staessens | 2021-07-25 | 1 | -128/+375 |
| | |||||
* | pyExporter: Make bucket name configurable | Dimitri Staessens | 2021-07-25 | 1 | -1/+3 |
| | |||||
* | pyExporter: Export flow allocator updates | Dimitri Staessens | 2021-07-11 | 1 | -0/+2 |
| | |||||
* | pyExporter: Make interval configurable | Dimitri Staessens | 2021-07-11 | 1 | -2/+7 |
| | | | | | | The metrics interval can now be set in millisecond increments from commandline using -i <interval> or --i <interval>. Default is 1000 (1 second). | ||||
* | grafana: Fix metric in general dashboard | Dimitri Staessens | 2021-07-11 | 1 | -47/+45 |
| | |||||
* | pyExporter: Fix getting IPCP address | Dimitri Staessens | 2021-07-10 | 1 | -3/+9 |
| | | | | This also fixes no neighbors shown. | ||||
* | pyExporter: Fix hard path to config.ini | Dimitri Staessens | 2021-07-09 | 1 | -1/+1 |
| | |||||
* | pyExporter: remove config.ini | Dimitri Staessens | 2021-07-09 | 1 | -6/+0 |
| | |||||
* | grafana: Some small fixes in general dashboard | Dimitri Staessens | 2021-07-04 | 1 | -1461/+1459 |
| | |||||
* | pyExporter: Add shebang | Dimitri Staessens | 2021-07-04 | 1 | -0/+1 |
| | | | | | This adds a shebang so the exporter can be started with ./oexport.py | ||||
* | exporters: Add InfluxDB exporter | Dimitri Staessens | 2021-07-03 | 4 | -0/+5573 |
| | | | | Adds a simple exporter for InfluxDB written in Python. | ||||
* | metrics: Initial commit | Dimitri Staessens | 2021-07-03 | 3 | -0/+96 |
Adds .gitignore, BSD license and README.md Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> |