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

add replace_dashes_in_metric_keys option #706

Closed demonix closed 2 years ago

demonix commented 6 years ago

There is now replace_dashes_in_metric_keys option in Mongodb collector. True by default, so no breaking changes introduced

Fixes #697

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 24.394% when pulling c58e234211dcb8a800d63df90cffcbeb495357bb on demonix:replace_dashes_in_metric_keys into 0f3eb04327d6d3ed5e53a9967d6c9d2c09714a47 on python-diamond:master.