rippled
Loading...
Searching...
No Matches
NullCollector.h
1#ifndef BEAST_INSIGHT_NULLCOLLECTOR_H_INCLUDED
2#define BEAST_INSIGHT_NULLCOLLECTOR_H_INCLUDED
3
4#include <xrpl/beast/insight/Collector.h>
5
6namespace beast {
7namespace insight {
8
11{
12public:
13 explicit NullCollector() = default;
14
16 New();
17};
18
19} // namespace insight
20} // namespace beast
21
22#endif
Interface for a manager that allows collection of metrics.
Definition Collector.h:26
A Collector which does not collect metrics.
static std::shared_ptr< Collector > New()