Statistics output in human-readable format.
Definition in file pretty_format.hpp.
Go to the source code of this file.
Namespaces | |
| namespace | utils |
| General-purpose utilities used across userver libraries. | |
| namespace | utils::statistics |
| Statistics writers, metric types, and histogram helpers. | |
Functions | |
| std::string | utils::statistics::ToPrettyFormat (const utils::statistics::Storage &statistics, const utils::statistics::Request &statistics_request={}) |
Output statistics in a human-readable, compact format, useful for visual inspection. | |