Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | prometheus-node-exporter-lua: close io.popen files to reap zombies | Leonid Evdokimov | 2018-11-25 |
| | | | | Signed-off-by: Leonid Evdokimov <leon@darkk.net.ru> | ||
* | prometheus-node-exporter-lua: make it modular | Etienne Champetier | 2017-12-08 |
As prometheus-node-exporter-lua is a reimplementation of node_exporter, I'm using "collector" instead of "scraper" and renaming some collectors put each collector in a separate file report collector success/failure and duration per scrape (follow https://github.com/prometheus/node_exporter/pull/516) allow to filter collectors using "collect[]" params (see https://github.com/prometheus/node_exporter#filtering-enabled-collectors) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> |