Definition in file metadata.hpp.
Go to the source code of this file.
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | utils |
| General-purpose utilities used across userver libraries. | |
| namespace | utils::statistics |
| Statistics writers, metric types, and histogram helpers. | |
Functions | |
| void | utils::statistics::SolomonSkip (formats::json::ValueBuilder &stats_node) |
| Marks statistics node to be excluded from Solomon sensor name. | |
| void | utils::statistics::SolomonSkip (formats::json::ValueBuilder &&stats_node) |
| Marks statistics node to be excluded from Solomon sensor name. | |
| void | utils::statistics::SolomonRename (formats::json::ValueBuilder &stats_node, const std::string &new_name) |
| Replaces a node in Solomon sensor name. | |
| void | utils::statistics::SolomonRename (formats::json::ValueBuilder &&stats_node, const std::string &new_name) |
| Replaces a node in Solomon sensor name. | |
| void | utils::statistics::SolomonLabelValue (formats::json::ValueBuilder &stats_node, const std::string &label_name) |
| void | utils::statistics::SolomonLabelValue (formats::json::ValueBuilder &&stats_node, const std::string &label_name) |
| void | utils::statistics::SolomonChildrenAreLabelValues (formats::json::ValueBuilder &stats_node, const std::string &label_name) |
| void | utils::statistics::SolomonChildrenAreLabelValues (formats::json::ValueBuilder &&stats_node, const std::string &label_name) |