Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the collector loop into scrape server code. | Heikki Kallasjoki | 2018-12-23 | 1 | -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. | ||||
* | Add Apache License 2.0 headers and files. | Heikki Kallasjoki | 2018-11-30 | 1 | -0/+16 |
| | |||||
* | Fix the textfile collector default directory path. | Heikki Kallasjoki | 2018-11-30 | 1 | -2/+1 |
| | |||||
* | Refactor to allow excluding collectors from the build. | Heikki Kallasjoki | 2018-11-30 | 1 | -1/+1 |
| | | | | | | | Stop including hardcoded links to all collectors from main.c. Instead, use a preprocessor X-macro "XCOLLECTORS" to take the list of collectors, and use that to declare the external "struct collector" objects and the list of collectors. | ||||
* | Parse textfile directory argument. | Heikki Kallasjoki | 2018-11-15 | 1 | -3/+15 |
| | |||||
* | Initial prototype. | Heikki Kallasjoki | 2018-08-05 | 1 | -0/+59 |