about summary refs log tree commit diff
path: root/diskstats.c
Commit message (Expand)AuthorAgeFilesLines
* Move the collector loop into scrape server code.Heikki Kallasjoki2018-12-231-1/+1
* Add basic test for the diskstats collector.Heikki Kallasjoki2018-12-121-1/+1
* Use a struct type for metric labels.Heikki Kallasjoki2018-12-071-4/+4
* Include newline as delimiter when splitting /proc/diskstats.Heikki Kallasjoki2018-12-071-1/+1
* Filter out unused devices from diskstats.Heikki Kallasjoki2018-11-301-0/+9
* Add support for matching with prefix in include/exclude lists.Heikki Kallasjoki2018-11-301-2/+2
* Add Apache License 2.0 headers and files.Heikki Kallasjoki2018-11-301-0/+16
* Add the discard metrics to diskstats collector.Heikki Kallasjoki2018-11-301-8/+10
* Refactor to allow excluding collectors from the build.Heikki Kallasjoki2018-11-301-1/+1
* Add the diskstats collector.Heikki Kallasjoki2018-11-301-0/+133