From ecb5860d275334f225ce6a1a2edcfed6d049bbc8 Mon Sep 17 00:00:00 2001 From: poll0rz Date: Mon, 12 Oct 2015 01:37:15 +0200 Subject: [PATCH] Add Diamond python project - Metrics collector --- docs/writing/reading.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/writing/reading.rst b/docs/writing/reading.rst index 738d851..910e275 100644 --- a/docs/writing/reading.rst +++ b/docs/writing/reading.rst @@ -23,6 +23,13 @@ reading. Each one of these projects is a paragon of Python coding. It's intended for getting started very quickly and was developed with best intentions in mind. +- `Diamond `_ + Diamond is a python daemon that collects metrics + and publishes them to Graphite or other backends. + 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. + - `Werkzeug `_ Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules.