Definition at line 108 of file NullCollector.cpp.
◆ ptr
◆ NullCollectorImp()
beast::insight::detail::NullCollectorImp::NullCollectorImp |
( |
| ) |
|
|
default |
◆ ~NullCollectorImp()
beast::insight::detail::NullCollectorImp::~NullCollectorImp |
( |
| ) |
|
|
default |
◆ make_hook() [1/2]
◆ make_counter() [1/2]
Counter beast::insight::detail::NullCollectorImp::make_counter |
( |
std::string const & |
name | ) |
|
|
overridevirtual |
◆ make_event() [1/2]
Event beast::insight::detail::NullCollectorImp::make_event |
( |
std::string const & |
name | ) |
|
|
overridevirtual |
◆ make_gauge() [1/2]
Gauge beast::insight::detail::NullCollectorImp::make_gauge |
( |
std::string const & |
name | ) |
|
|
overridevirtual |
◆ make_meter() [1/2]
Meter beast::insight::detail::NullCollectorImp::make_meter |
( |
std::string const & |
name | ) |
|
|
overridevirtual |
◆ New()
◆ make_hook() [2/2]
template<class Handler >
Hook beast::insight::Collector::make_hook |
( |
Handler |
handler | ) |
|
|
inherited |
Create a hook.
A hook is called at each collection interval, on an implementation defined thread. This is a convenience facility for gathering metrics in the polling style. The typical usage is to update all the metrics of interest in the handler.
Handler will be called with this signature: void handler (void)
- See also
- Hook
Definition at line 66 of file Collector.h.
◆ make_counter() [2/2]
◆ make_event() [2/2]
◆ make_gauge() [2/2]
◆ make_meter() [2/2]