8#include <userver/formats/json/value_builder.hpp>
10USERVER_NAMESPACE_BEGIN
12namespace utils::statistics {
27void SolomonRename(formats::json::ValueBuilder& stats_node,
const std::string& new_name);
32void SolomonRename(formats::json::ValueBuilder&& stats_node,
const std::string& new_name);
37void SolomonLabelValue(formats::json::ValueBuilder& stats_node,
const std::string& label_name);
42void SolomonLabelValue(formats::json::ValueBuilder&& stats_node,
const std::string& label_name);