rippled
Loading...
Searching...
No Matches
NullCollector.h
1#pragma once
2
3#include <xrpl/beast/insight/Collector.h>
4
5namespace beast {
6namespace insight {
7
9class NullCollector : public Collector
10{
11public:
12 explicit NullCollector() = default;
13
15 New();
16};
17
18} // namespace insight
19} // namespace beast
Interface for a manager that allows collection of metrics.
Definition Collector.h:25
A Collector which does not collect metrics.
static std::shared_ptr< Collector > New()