6#include <userver/components/loggable_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_;
73 utils::statistics::Entry statistics_holder_;
77inline constexpr bool kHasValidate<ClickHouse> =
true;