6#include <userver/components/component_base.hpp>
8#include <userver/utils/statistics/storage.hpp>
10USERVER_NAMESPACE_BEGIN
12namespace clients::dns {
60 ClickHouse(
const ComponentConfig&,
const ComponentContext&);
70 clients::dns::Component& dns_;
72 std::shared_ptr<storages::
clickhouse::Cluster> cluster_;
73 utils::statistics::Entry statistics_holder_;
77inline constexpr bool kHasValidate<ClickHouse> =
true;