mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
revert change
This commit is contained in:
parent
36d4f40d58
commit
52251dceb5
@ -88,7 +88,7 @@ void PrometheusMetricsWriter::write(WriteBuffer & wb) const
|
||||
auto async_metrics_values = async_metrics.getValues();
|
||||
for (const auto & name_value : async_metrics_values)
|
||||
{
|
||||
std::string key{current_status_prefix + name_value.first};
|
||||
std::string key{asynchronous_metrics_prefix + name_value.first};
|
||||
|
||||
replaceInvalidChars(key);
|
||||
auto value = name_value.second;
|
||||
|
Loading…
Reference in New Issue
Block a user