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 |
| Utilities. | |
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) |
| void utils::statistics::SolomonChildrenAreLabelValues | ( | formats::json::ValueBuilder && | stats_node, |
| const std::string & | label_name ) |
Moves statistics node children names to label values for Solomon sensors.
| void utils::statistics::SolomonChildrenAreLabelValues | ( | formats::json::ValueBuilder & | stats_node, |
| const std::string & | label_name ) |
Moves statistics node children names to label values for Solomon sensors.
| void utils::statistics::SolomonLabelValue | ( | formats::json::ValueBuilder && | stats_node, |
| const std::string & | label_name ) |
Moves statistic node name to label value for Solomon sensor.
| void utils::statistics::SolomonLabelValue | ( | formats::json::ValueBuilder & | stats_node, |
| const std::string & | label_name ) |
Moves statistic node name to label value for Solomon sensor.
| 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::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.