add(StatsDMetricBase &metric) | beast::insight::detail::StatsDCollectorImp | |
do_post_buffer(std::string const &buffer) | beast::insight::detail::StatsDCollectorImp | |
enable_shared_from_this(T... args) | std::enable_shared_from_this< StatsDCollectorImp > | |
get_io_service() | beast::insight::detail::StatsDCollectorImp | |
log(std::vector< boost::asio::const_buffer > const &buffers) | beast::insight::detail::StatsDCollectorImp | |
m_address | beast::insight::detail::StatsDCollectorImp | private |
m_data | beast::insight::detail::StatsDCollectorImp | private |
m_io_service | beast::insight::detail::StatsDCollectorImp | private |
m_journal | beast::insight::detail::StatsDCollectorImp | private |
m_prefix | beast::insight::detail::StatsDCollectorImp | private |
m_socket | beast::insight::detail::StatsDCollectorImp | private |
m_strand | beast::insight::detail::StatsDCollectorImp | private |
m_thread | beast::insight::detail::StatsDCollectorImp | private |
m_timer | beast::insight::detail::StatsDCollectorImp | private |
m_work | beast::insight::detail::StatsDCollectorImp | private |
make_counter(std::string const &name) override | beast::insight::detail::StatsDCollectorImp | virtual |
beast::insight::StatsDCollector::make_counter(std::string const &prefix, std::string const &name) | beast::insight::Collector | |
make_event(std::string const &name) override | beast::insight::detail::StatsDCollectorImp | virtual |
beast::insight::StatsDCollector::make_event(std::string const &prefix, std::string const &name) | beast::insight::Collector | |
make_gauge(std::string const &name) override | beast::insight::detail::StatsDCollectorImp | virtual |
beast::insight::StatsDCollector::make_gauge(std::string const &prefix, std::string const &name) | beast::insight::Collector | |
make_hook(HookImpl::HandlerType const &handler) override | beast::insight::detail::StatsDCollectorImp | virtual |
beast::insight::StatsDCollector::make_hook(Handler handler) | beast::insight::Collector | |
make_meter(std::string const &name) override | beast::insight::detail::StatsDCollectorImp | virtual |
beast::insight::StatsDCollector::make_meter(std::string const &prefix, std::string const &name) | beast::insight::Collector | |
max_packet_size enum value | beast::insight::detail::StatsDCollectorImp | private |
metrics_ | beast::insight::detail::StatsDCollectorImp | private |
metricsLock_ | beast::insight::detail::StatsDCollectorImp | private |
New(IP::Endpoint const &address, std::string const &prefix, Journal journal) | beast::insight::StatsDCollector | static |
on_send(std::shared_ptr< std::deque< std::string >>, boost::system::error_code ec, std::size_t) | beast::insight::detail::StatsDCollectorImp | |
on_timer(boost::system::error_code ec) | beast::insight::detail::StatsDCollectorImp | |
operator=(T... args) | std::enable_shared_from_this< StatsDCollectorImp > | |
post_buffer(std::string &&buffer) | beast::insight::detail::StatsDCollectorImp | |
prefix() const | beast::insight::detail::StatsDCollectorImp | |
ptr typedef | beast::insight::Collector | |
remove(StatsDMetricBase &metric) | beast::insight::detail::StatsDCollectorImp | |
run() | beast::insight::detail::StatsDCollectorImp | |
send_buffers() | beast::insight::detail::StatsDCollectorImp | |
set_timer() | beast::insight::detail::StatsDCollectorImp | |
shared_from_this(T... args) | std::enable_shared_from_this< StatsDCollectorImp > | |
StatsDCollector()=default | beast::insight::StatsDCollector | explicit |
StatsDCollectorImp(IP::Endpoint const &address, std::string const &prefix, Journal journal) | beast::insight::detail::StatsDCollectorImp | |
to_endpoint(IP::Endpoint const &ep) | beast::insight::detail::StatsDCollectorImp | privatestatic |
weak_from_this(T... args) | std::enable_shared_from_this< StatsDCollectorImp > | |
~Collector()=0 | beast::insight::Collector | pure virtual |
~enable_shared_from_this(T... args) | std::enable_shared_from_this< StatsDCollectorImp > | |
~StatsDCollectorImp() override | beast::insight::detail::StatsDCollectorImp | |