Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support binding to a specific host address | Leah Neukirchen | 2024-07-10 | 1 | -2/+2 |
| | |||||
* | add --stdout | Leah Neukirchen | 2024-06-07 | 1 | -0/+3 |
| | |||||
* | Move the collector loop into scrape server code. | Heikki Kallasjoki | 2018-12-23 | 1 | -4/+9 |
| | | | | | | 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 a simple test harness and tests for the cpu collector. | Heikki Kallasjoki | 2018-12-12 | 1 | -0/+2 |
| | |||||
* | Use a struct type for metric labels. | Heikki Kallasjoki | 2018-12-07 | 1 | -5/+13 |
| | | | | | | Resolves #4. The real readability benefits are for test code, which will follow up in due course. | ||||
* | Add Apache License 2.0 headers and files. | Heikki Kallasjoki | 2018-11-30 | 1 | -0/+16 |
| | |||||
* | Remove prometheus- prefix from project name. | Heikki Kallasjoki | 2018-11-30 | 1 | -3/+3 |
| | |||||
* | Split the scrape setup and serving to separate functions. | Heikki Kallasjoki | 2018-11-30 | 1 | -2/+11 |
| | | | | This is a refactoring in preparation for supporting daemonization: we'll want to set up the port before daemonizing, so that any failures can be reported early. | ||||
* | Initial prototype. | Heikki Kallasjoki | 2018-08-05 | 1 | -0/+35 |