python-diamond / Diamond

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.
http://diamond.readthedocs.org/
MIT License
1.74k stars 601 forks source link

More variables in httpd collector #621

Closed gjedeer closed 7 years ago

gjedeer commented 7 years ago

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.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 24.127% when pulling ddeffd58b36513c2d016a82680699fa77ab02993 on gjedeer:master into 0330e54e02fb4a9cd8aa9d3b2943e3ccdc359eef on python-diamond:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 24.127% when pulling bed8699060a80d42d47b1d4e0a0afeeb08b80707 on gjedeer:master into 0330e54e02fb4a9cd8aa9d3b2943e3ccdc359eef on python-diamond:master.