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)
committerPierre-Yves Ritschard <pyr@spootnik.org>
Fri, 24 Jan 2014 15:49:22 +0000 (16:49 +0100)
commit91bea05fe0a8fcad803e86e623783ca7aac1e380
tree410cef639518771520c931e015ded68bea999d2a
parentf2106c1e8c35c24e274f5ec08b70e967ade27ba4
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