| author | Thomas Meson <zllak@hycik.org> | |
| Fri, 10 Aug 2012 22:11:54 +0000 (00:11 +0200) | ||
| committer | Florian Forster <octo@collectd.org> | |
| Thu, 23 Aug 2012 07:46:24 +0000 (09:46 +0200) | ||
| commit | 2320afb2d74ee94e24442c669a19dae3f8fa9858 | |
| tree | 059b921a85d8b20357ddc7581545b78293f2a4fb | tree | snapshot |
| parent | 5e586437f8ed210d7d0e9b9316376773c457adfc | commit | diff |
amqp plugin: add support for Graphite output
This commit implements "Graphite format" for AMQP Plugin.
The AMQP plugin will be able to directly output a valid
Graphite metric format (<metric name> <value> <timestamp>\n).
This is very useful when the Graphite server is directly reading
from an AMQP broker. You can then avoid having a proxy somewhere
doing the conversion between PUTVAL or JSON metrics into Graphite
format.
Signed-off-by: Florian Forster <octo@collectd.org>
This commit implements "Graphite format" for AMQP Plugin.
The AMQP plugin will be able to directly output a valid
Graphite metric format (<metric name> <value> <timestamp>\n).
This is very useful when the Graphite server is directly reading
from an AMQP broker. You can then avoid having a proxy somewhere
doing the conversion between PUTVAL or JSON metrics into Graphite
format.
Signed-off-by: Florian Forster <octo@collectd.org>
| src/Makefile.am | diff | blob | history | |
| src/amqp.c | diff | blob | history | |
| src/collectd.conf.pod | diff | blob | history | |
| src/utils_format_graphite.c | [new file with mode: 0644] | blob |
| src/utils_format_graphite.h | [new file with mode: 0644] | blob |