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

Several collectors have multiple setDocExample method calls in their tests #593

Open shortdudey123 opened 7 years ago

shortdudey123 commented 7 years ago
$ git grep self.setDocExample | cut -d ":" -f1 | sort | uniq -c | grep -v "   1"
   2 src/collectors/diskspace/test/testdiskspace.py
   4 src/collectors/elasticsearch/test/testelasticsearch.py
   2 src/collectors/haproxy/test/testhaproxy.py
   3 src/collectors/ipmisensor/test/testipmisensor.py
   2 src/collectors/jolokia/test/testjolokia.py
   2 src/collectors/mongodb/test/testmongodb.py
   2 src/collectors/network/test/testnetwork.py
   2 src/collectors/ntp/test/testntp.py
   3 src/collectors/rabbitmq/test/testrabbitmq.py
   2 src/collectors/tokumx/test/testtokumx.py
   2 src/collectors/varnish/test/testvarnish.py
$