xrpld
Loading...
Searching...
No Matches
xrpl::NetworkOPsImp::Stats Struct Reference
Collaboration diagram for xrpl::NetworkOPsImp::Stats:

Public Member Functions

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

Public Attributes

beast::insight::Hook hook
beast::insight::Gauge disconnectedDuration
beast::insight::Gauge connectedDuration
beast::insight::Gauge syncingDuration
beast::insight::Gauge trackingDuration
beast::insight::Gauge fullDuration
beast::insight::Gauge disconnectedTransitions
beast::insight::Gauge connectedTransitions
beast::insight::Gauge syncingTransitions
beast::insight::Gauge trackingTransitions
beast::insight::Gauge fullTransitions

Detailed Description

Definition at line 898 of file NetworkOPs.cpp.

Constructor & Destructor Documentation

◆ Stats()

template<class Handler>
xrpl::NetworkOPsImp::Stats::Stats ( Handler const & handler,
beast::insight::Collector::ptr const & collector )

Definition at line 901 of file NetworkOPs.cpp.

Member Data Documentation

◆ hook

beast::insight::Hook xrpl::NetworkOPsImp::Stats::hook

Definition at line 919 of file NetworkOPs.cpp.

◆ disconnectedDuration

beast::insight::Gauge xrpl::NetworkOPsImp::Stats::disconnectedDuration

Definition at line 920 of file NetworkOPs.cpp.

◆ connectedDuration

beast::insight::Gauge xrpl::NetworkOPsImp::Stats::connectedDuration

Definition at line 921 of file NetworkOPs.cpp.

◆ syncingDuration

beast::insight::Gauge xrpl::NetworkOPsImp::Stats::syncingDuration

Definition at line 922 of file NetworkOPs.cpp.

◆ trackingDuration

beast::insight::Gauge xrpl::NetworkOPsImp::Stats::trackingDuration

Definition at line 923 of file NetworkOPs.cpp.

◆ fullDuration

beast::insight::Gauge xrpl::NetworkOPsImp::Stats::fullDuration

Definition at line 924 of file NetworkOPs.cpp.

◆ disconnectedTransitions

beast::insight::Gauge xrpl::NetworkOPsImp::Stats::disconnectedTransitions

Definition at line 926 of file NetworkOPs.cpp.

◆ connectedTransitions

beast::insight::Gauge xrpl::NetworkOPsImp::Stats::connectedTransitions

Definition at line 927 of file NetworkOPs.cpp.

◆ syncingTransitions

beast::insight::Gauge xrpl::NetworkOPsImp::Stats::syncingTransitions

Definition at line 928 of file NetworkOPs.cpp.

◆ trackingTransitions

beast::insight::Gauge xrpl::NetworkOPsImp::Stats::trackingTransitions

Definition at line 929 of file NetworkOPs.cpp.

◆ fullTransitions

beast::insight::Gauge xrpl::NetworkOPsImp::Stats::fullTransitions

Definition at line 930 of file NetworkOPs.cpp.