about summary refs log tree commit diff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* add very basic zfs collectorLeah Neukirchen2024-06-101-0/+1
|
* add netif collectorLeah Neukirchen2024-06-091-0/+1
|
* default CFLAGS to -g -O2Leah Neukirchen2024-06-091-2/+1
|
* add schedstat collectorLeah Neukirchen2024-06-091-0/+1
|
* add pressure (psi) collectorLeah Neukirchen2024-06-091-0/+1
|
* add rapl collectorLeah Neukirchen2024-06-071-0/+1
|
* add mdstat collectorLeah Neukirchen2024-05-231-0/+1
|
* add vmstat collectorLeah Neukirchen2024-05-231-0/+1
|
* add timex collectorLeah Neukirchen2024-05-231-0/+1
|
* add conntrack collectorLeah Neukirchen2024-05-231-0/+1
|
* add filefd collectorLeah Neukirchen2024-05-231-0/+1
|
* add loadavg collectorLeah Neukirchen2024-05-231-0/+1
|
* Add Makefile support for compiling for debugging.Heikki Kallasjoki2018-12-231-2/+2
| | | | | Adding DEBUG=1 (or any nonempty string) will swap the `-Os` flag into `-g`, and not strip the resulting binary.
* Rename the network collector to netdev.Heikki Kallasjoki2018-12-151-1/+1
| | | | | Resolves #14. For consistency with node_exporter, and with other network-related collectors.
* 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
|
* Add a simple test harness and tests for the cpu collector.Heikki Kallasjoki2018-12-121-0/+8
|
* Add the stat collector.Heikki Kallasjoki2018-12-041-0/+1
|
* Add Apache License 2.0 headers and files.Heikki Kallasjoki2018-11-301-0/+14
|
* Remove prometheus- prefix from project name.Heikki Kallasjoki2018-11-301-1/+1
|
* Clean up compiler warnings.Heikki Kallasjoki2018-11-301-1/+1
|
* Refactor to allow excluding collectors from the build.Heikki Kallasjoki2018-11-301-0/+4
| | | | | | | 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.
* Add the diskstats collector.Heikki Kallasjoki2018-11-301-0/+1
|
* Add a rudimentary Makefile.Heikki Kallasjoki2018-11-301-0/+49