about summary refs log tree commit diff
path: root/netdev.c
Commit message (Collapse)AuthorAgeFilesLines
* Move the collector loop into scrape server code.Heikki Kallasjoki2018-12-231-1/+1
| | | | | | This paves the way for supporting parallel scrapes (#19); the implementation for that is going to need to track the state of the current scrape.
* Rename the network collector to netdev.Heikki Kallasjoki2018-12-151-0/+202
Resolves #14. For consistency with node_exporter, and with other network-related collectors.