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

Support for custom cloudwatch dimensions #707

Closed jdonofrio728 closed 2 years ago

jdonofrio728 commented 6 years ago

Provide support for custom dimensions for each rule (metric) by supporting a nested section called "dimensions".

Cloudwatch allows each metric to have up to 10 custom dimensions, that this PR will will to be configured.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.02%) to 24.376% when pulling b3a5c65c9baf23684ddf73784f07e19e71eabac2 on jdonofrio728:master into 0f3eb04327d6d3ed5e53a9967d6c9d2c09714a47 on python-diamond:master.

jdonofrio728 commented 6 years ago

Does anyone monitor this project anymore?