| 66 | } |
| 67 | |
| 68 | void convertHelpToSingleLine(std::string & help) |
| 69 | { |
| 70 | std::replace(help.begin(), help.end(), '\n', ' '); |
| 71 | } |
| 72 | |
| 73 | constexpr auto profile_events_prefix = "ClickHouseProfileEvents_"; |
| 74 | constexpr auto current_metrics_prefix = "ClickHouseMetrics_"; |
no test coverage detected