rippled
Public Member Functions | Public Attributes | List of all members
ripple::OverlayImpl::Stats Struct Reference
Collaboration diagram for ripple::OverlayImpl::Stats:
Collaboration graph
[legend]

Public Member Functions

template<class Handler >
 Stats (Handler const &handler, beast::insight::Collector::ptr const &collector, std::vector< TrafficGauges > &&trafficGauges_)
 

Public Attributes

beast::insight::Gauge peerDisconnects
 
std::vector< TrafficGaugestrafficGauges
 
beast::insight::Hook hook
 

Detailed Description

Definition at line 591 of file OverlayImpl.h.

Constructor & Destructor Documentation

◆ Stats()

template<class Handler >
ripple::OverlayImpl::Stats::Stats ( Handler const &  handler,
beast::insight::Collector::ptr const &  collector,
std::vector< TrafficGauges > &&  trafficGauges_ 
)

Definition at line 594 of file OverlayImpl.h.

Member Data Documentation

◆ peerDisconnects

beast::insight::Gauge ripple::OverlayImpl::Stats::peerDisconnects

Definition at line 605 of file OverlayImpl.h.

◆ trafficGauges

std::vector<TrafficGauges> ripple::OverlayImpl::Stats::trafficGauges

Definition at line 606 of file OverlayImpl.h.

◆ hook

beast::insight::Hook ripple::OverlayImpl::Stats::hook

Definition at line 607 of file OverlayImpl.h.