1#ifndef BEAST_INSIGHT_NULLCOLLECTOR_H_INCLUDED 
    2#define BEAST_INSIGHT_NULLCOLLECTOR_H_INCLUDED 
    4#include <xrpl/beast/insight/Collector.h> 
Interface for a manager that allows collection of metrics.
 
A Collector which does not collect metrics.
 
static std::shared_ptr< Collector > New()