about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* netif: export node_network_mtu_bytes HEAD masterLeah Neukirchen2024-08-241-0/+3
* timex: export node_clock_{tai,monotonic,boottime}_secondsLeah Neukirchen2024-08-241-0/+12
* timex: also report node_time_secondsLeah Neukirchen2024-07-121-0/+2
* support binding to a specific host addressLeah Neukirchen2024-07-103-5/+12
* add very basic zfs collectorLeah Neukirchen2024-06-103-0/+58
* filesystem: export failed statvfs calls as node_filesystem_device_errorLeah Neukirchen2024-06-101-1/+5
* netif: add node_network_up, avoid unnecessary file accessLeah Neukirchen2024-06-091-5/+11
* add netif collectorLeah Neukirchen2024-06-093-0/+65
* default CFLAGS to -g -O2Leah Neukirchen2024-06-091-2/+1
* add schedstat collectorLeah Neukirchen2024-06-093-0/+47
* add pressure (psi) collectorLeah Neukirchen2024-06-093-0/+49
* add --stdoutLeah Neukirchen2024-06-073-0/+34
* remove daemonize and pidfileLeah Neukirchen2024-06-071-68/+0
* add rapl collectorLeah Neukirchen2024-06-073-0/+65
* move read_file_at to util.cLeah Neukirchen2024-06-073-18/+22
* add mdstat collectorLeah Neukirchen2024-05-233-0/+144
* add vmstat collectorLeah Neukirchen2024-05-233-0/+66
* add timex collectorLeah Neukirchen2024-05-233-0/+53
* add conntrack collectorLeah Neukirchen2024-05-233-0/+45
* add filefd collectorLeah Neukirchen2024-05-233-0/+35
* add loadavg collectorLeah Neukirchen2024-05-233-0/+37
* main: put each collector on its own lineLeah Neukirchen2024-05-231-2/+10
* Add a timeout for scrape requests.Heikki Kallasjoki2018-12-231-6/+82
* Allow multiple requests in parallel.Heikki Kallasjoki2018-12-231-81/+245
* Make `bbuf_get` result non-const, and add `bbuf_free`.Heikki Kallasjoki2018-12-232-2/+9
* Add Makefile support for compiling for debugging.Heikki Kallasjoki2018-12-231-2/+2
* Move the collector loop into scrape server code.Heikki Kallasjoki2018-12-2322-108/+78
* Rename `cbuf` to `bbuf` in byte buffer utilities.Heikki Kallasjoki2018-12-223-50/+50
* Predefine NANO_EXPORTER_TEST when compiling test code.Heikki Kallasjoki2018-12-164-7/+7
* Fix a typo in README.md.Heikki Kallasjoki2018-12-151-1/+1
* Rename the network collector to netdev.Heikki Kallasjoki2018-12-156-24/+24
* Remove the tag v prefix from release tarball name.Heikki Kallasjoki2018-12-131-1/+1
* Save release tarball generation command to Makefile. v1.0.1Heikki Kallasjoki2018-12-131-0/+9
* Run test cleanup when exiting via failure.Heikki Kallasjoki2018-12-131-1/+1
* Add basic test for the uname collector.Heikki Kallasjoki2018-12-123-12/+80
* Add basic test for the textfile collector.Heikki Kallasjoki2018-12-123-6/+91
* Add basic test for the stat collector.Heikki Kallasjoki2018-12-123-2/+57
* Add basic test for the network collector.Heikki Kallasjoki2018-12-123-3/+65
* Add basic test for the meminfo collector.Heikki Kallasjoki2018-12-123-2/+55
* Add basic test for the hwmon collector.Heikki Kallasjoki2018-12-127-3/+136
* Add basic test for the filesystem collector.Heikki Kallasjoki2018-12-123-3/+132
* Add basic test for the diskstats collector.Heikki Kallasjoki2018-12-123-2/+77
* Add a simple test harness and tests for the cpu collector.Heikki Kallasjoki2018-12-1213-3/+730
* Allow meminfo metric values that are followed by a newline.Heikki Kallasjoki2018-12-121-1/+1
* Use a struct type for metric labels.Heikki Kallasjoki2018-12-078-51/+59
* Include newline as delimiter when splitting /proc/diskstats.Heikki Kallasjoki2018-12-071-1/+1
* Documentation improvements.Heikki Kallasjoki2018-12-042-2/+47
* Add doc comments for the functions in util.h.Heikki Kallasjoki2018-12-041-0/+39
* Add the stat collector.Heikki Kallasjoki2018-12-044-1/+93
* Filter out unused devices from diskstats.Heikki Kallasjoki2018-11-302-1/+13