Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 8567
blob7c41ec17b2c04b04435740a1ee8136f8ab8b6299
1 Title: Invertible Graphite mangling
2 Level: 1
3 Edition: cee
4 Component: cmc
5 Compatible: compat
6 Version: 1.4.0i1
7 Date: 1467376818
8 Class: feature
10 When sending performance data to Graphite, the host/service/variable part needs
11 to be mangled. The result of the default mangling is more readable (it simply
12 replaces special characters with an underscore), but it is not invertible. This
13 change adds C-style mangling using the standard octal escapes ('\\ooo'), so you
14 can reconstruct the various parts from the data sent to Graphite.