Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add very basic zfs collector | Leah Neukirchen | 2024-06-10 | 1 | -0/+1 |
| | |||||
* | add netif collector | Leah Neukirchen | 2024-06-09 | 1 | -0/+1 |
| | |||||
* | default CFLAGS to -g -O2 | Leah Neukirchen | 2024-06-09 | 1 | -2/+1 |
| | |||||
* | add schedstat collector | Leah Neukirchen | 2024-06-09 | 1 | -0/+1 |
| | |||||
* | add pressure (psi) collector | Leah Neukirchen | 2024-06-09 | 1 | -0/+1 |
| | |||||
* | add rapl collector | Leah Neukirchen | 2024-06-07 | 1 | -0/+1 |
| | |||||
* | add mdstat collector | Leah Neukirchen | 2024-05-23 | 1 | -0/+1 |
| | |||||
* | add vmstat collector | Leah Neukirchen | 2024-05-23 | 1 | -0/+1 |
| | |||||
* | add timex collector | Leah Neukirchen | 2024-05-23 | 1 | -0/+1 |
| | |||||
* | add conntrack collector | Leah Neukirchen | 2024-05-23 | 1 | -0/+1 |
| | |||||
* | add filefd collector | Leah Neukirchen | 2024-05-23 | 1 | -0/+1 |
| | |||||
* | add loadavg collector | Leah Neukirchen | 2024-05-23 | 1 | -0/+1 |
| | |||||
* | Add Makefile support for compiling for debugging. | Heikki Kallasjoki | 2018-12-23 | 1 | -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 Kallasjoki | 2018-12-15 | 1 | -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 Kallasjoki | 2018-12-13 | 1 | -1/+1 |
| | |||||
* | Save release tarball generation command to Makefile. v1.0.1 | Heikki Kallasjoki | 2018-12-13 | 1 | -0/+9 |
| | |||||
* | Add a simple test harness and tests for the cpu collector. | Heikki Kallasjoki | 2018-12-12 | 1 | -0/+8 |
| | |||||
* | Add the stat collector. | Heikki Kallasjoki | 2018-12-04 | 1 | -0/+1 |
| | |||||
* | Add Apache License 2.0 headers and files. | Heikki Kallasjoki | 2018-11-30 | 1 | -0/+14 |
| | |||||
* | Remove prometheus- prefix from project name. | Heikki Kallasjoki | 2018-11-30 | 1 | -1/+1 |
| | |||||
* | Clean up compiler warnings. | Heikki Kallasjoki | 2018-11-30 | 1 | -1/+1 |
| | |||||
* | Refactor to allow excluding collectors from the build. | Heikki Kallasjoki | 2018-11-30 | 1 | -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 Kallasjoki | 2018-11-30 | 1 | -0/+1 |
| | |||||
* | Add a rudimentary Makefile. | Heikki Kallasjoki | 2018-11-30 | 1 | -0/+49 |