about summary refs log tree commit diff
path: root/scrape.c
Commit message (Expand)AuthorAgeFilesLines
* support binding to a specific host addressLeah Neukirchen2024-07-101-2/+2
* add --stdoutLeah Neukirchen2024-06-071-0/+19
* Add a timeout for scrape requests.Heikki Kallasjoki2018-12-231-6/+82
* Allow multiple requests in parallel.Heikki Kallasjoki2018-12-231-81/+245
* Move the collector loop into scrape server code.Heikki Kallasjoki2018-12-231-3/+5
* Rename `cbuf` to `bbuf` in byte buffer utilities.Heikki Kallasjoki2018-12-221-24/+24
* Use a struct type for metric labels.Heikki Kallasjoki2018-12-071-4/+4
* Add Apache License 2.0 headers and files.Heikki Kallasjoki2018-11-301-0/+16
* Remove prometheus- prefix from project name.Heikki Kallasjoki2018-11-301-2/+2
* Split the scrape setup and serving to separate functions.Heikki Kallasjoki2018-11-301-29/+34
* Bugfix: add missing \n to bind error message.Heikki Kallasjoki2018-11-161-1/+1
* Add rudimentary (fake) HTTP server.Heikki Kallasjoki2018-11-161-2/+106
* Initial prototype.Heikki Kallasjoki2018-08-051-0/+152