Commit message (Expand) | 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/+19 |
* | Add a timeout for scrape requests. | Heikki Kallasjoki | 2018-12-23 | 1 | -6/+82 |
* | Allow multiple requests in parallel. | Heikki Kallasjoki | 2018-12-23 | 1 | -81/+245 |
* | Move the collector loop into scrape server code. | Heikki Kallasjoki | 2018-12-23 | 1 | -3/+5 |
* | Rename `cbuf` to `bbuf` in byte buffer utilities. | Heikki Kallasjoki | 2018-12-22 | 1 | -24/+24 |
* | Use a struct type for metric labels. | Heikki Kallasjoki | 2018-12-07 | 1 | -4/+4 |
* | 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 | -2/+2 |
* | Split the scrape setup and serving to separate functions. | Heikki Kallasjoki | 2018-11-30 | 1 | -29/+34 |
* | Bugfix: add missing \n to bind error message. | Heikki Kallasjoki | 2018-11-16 | 1 | -1/+1 |
* | Add rudimentary (fake) HTTP server. | Heikki Kallasjoki | 2018-11-16 | 1 | -2/+106 |
* | Initial prototype. | Heikki Kallasjoki | 2018-08-05 | 1 | -0/+152 |