xrpld
Loading...
Searching...
No Matches
NullCollector.h
1#pragma once
2
3#include <xrpl/beast/insight/Collector.h>
4
5#include <memory>
6
7namespace beast::insight {
8
13{
14public:
15 explicit NullCollector() = default;
16
18 make();
19};
20
21} // namespace beast::insight
Interface for a manager that allows collection of metrics.
Definition Collector.h:27
static std::shared_ptr< Collector > make()