Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of collecting cpu, memory, network, i/o, load and disk metrics. Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.
The Httpd collector had a very limited list of collected variables, probably based on someone's particular needs. I've added all values reported by Apache 2.4.18 with mpm_event - it should be the user's choice to exclude some variables, not the developer's.
Coverage remained the same at 24.127% when pulling ddeffd58b36513c2d016a82680699fa77ab02993 on gjedeer:master into 0330e54e02fb4a9cd8aa9d3b2943e3ccdc359eef on python-diamond:master.
Coverage remained the same at 24.127% when pulling bed8699060a80d42d47b1d4e0a0afeeb08b80707 on gjedeer:master into 0330e54e02fb4a9cd8aa9d3b2943e3ccdc359eef on python-diamond:master.
The Httpd collector had a very limited list of collected variables, probably based on someone's particular needs. I've added all values reported by Apache 2.4.18 with mpm_event - it should be the user's choice to exclude some variables, not the developer's.