Graphite deals poorly with metric names containing quotes.
authorPierre-Yves Ritschard <pyr@spootnik.org>
Fri, 24 Jan 2014 15:49:22 +0000 (16:49 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 1 Apr 2014 21:59:54 +0000 (23:59 +0200)
commitfd4bdc17fc1560ed0775e54d01f564345ecea92e
treea569f9841bc9a43dc37e39f57f09ac3148e0b609
parent43fcfd6a48b506b03114dd9637caf8fc211b47db
Graphite deals poorly with metric names containing quotes.

Sanitize graphite metrics with our own escaping function,
better suited for this use-case than the one in `utils_parse_option`
src/utils_format_graphite.c