From 5d0541cbea29b84d336280293ea8579412d2f8e9 Mon Sep 17 00:00:00 2001 From: Marc Poulin Date: Mon, 24 Sep 2018 13:52:20 -0600 Subject: [PATCH] Added missing comma --- docs/writing/reading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/reading.rst b/docs/writing/reading.rst index a74b64b..135449a 100644 --- a/docs/writing/reading.rst +++ b/docs/writing/reading.rst @@ -28,7 +28,7 @@ reading. Each one of these projects is a paragon of Python coding. - `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. + 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.