Skip to content

Commit 2c275f3

Browse files
committed
Merge pull request #595 from poll0rz/patch-1
Add Diamond python project - Metrics collector
2 parents 3c03e24 + ecb5860 commit 2c275f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/writing/reading.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ reading. Each one of these projects is a paragon of Python coding.
2323
It's intended for getting started very quickly and was developed with
2424
best intentions in mind.
2525

26+
- `Diamond <https://github.com/python-diamond/Diamond>`_
27+
Diamond is a python daemon that collects metrics
28+
and publishes them to Graphite or other backends.
29+
It is capable of collecting cpu, memory, network, i/o, load and disk metrics.
30+
Additionally, it features an API for implementing custom collectors
31+
for gathering metrics from almost any source.
32+
2633
- `Werkzeug <https://github.com/mitsuhiko/werkzeug>`_
2734
Werkzeug started as simple collection of various utilities for WSGI
2835
applications and has become one of the most advanced WSGI utility modules.

0 commit comments

Comments
 (0)