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 602 forks source link

docs: fix simple typo, deploments -> deployments #752

Closed timgates42 closed 1 year ago

timgates42 commented 3 years ago

There is a small typo in docs/collectors/LibvirtKVMCollector.md.

Should read deployments rather than deploments.

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 24.394% when pulling c55dd61759939bdb8a8aed66318e6c825fb6633c on timgates42:bugfix_typo_deployments into 0f3eb04327d6d3ed5e53a9967d6c9d2c09714a47 on python-diamond:master.

shortdudey123 commented 1 year ago

Needs to be fixed in the source file too: src/collectors/libvirtkvm/libvirtkvm.py

timgates42 commented 1 year ago

Thanks @shortdudey123 - have updated