Escapes a string for use as a Graphite metric name.
Definition in file graphite.hpp.
Go to the source code of this file.
#include <string>#include <string_view>Namespaces | |
| namespace | utils |
| General-purpose utilities used across userver libraries. | |
Functions | |
| std::string | utils::graphite::EscapeName (std::string_view s) |
| Escapes a string for use as a Graphite metric name. | |