6#include <userver/clients/dns/resolver.hpp>
7#include <userver/components/component_base.hpp>
8#include <userver/utils/statistics/entry.hpp>
10USERVER_NAMESPACE_BEGIN
12namespace clients::
dns {
46 static constexpr std::string_view
kName =
"dns-client";
53 void Write(
utils::statistics::Writer& writer);
56 utils::statistics::Entry statistics_holder_;
62inline constexpr bool components::kForceNoValidation<clients::dns::Component> =
true;