Apache Mesos
Namespaces | Classes | Functions
process::metrics Namespace Reference

Namespaces

 internal
 

Classes

class  Counter
 
class  Metric
 
class  PullGauge
 
class  PushGauge
 
class  Timer
 

Functions

template<typename T >
Future< Nothingadd (const T &metric)
 
Future< Nothingremove (const Metric &metric)
 
Future< std::map< std::string, double > > snapshot (const Option< Duration > &timeout)
 

Function Documentation

template<typename T >
Future<Nothing> process::metrics::add ( const T &  metric)
Future<Nothing> process::metrics::remove ( const Metric metric)
inline
Future<std::map<std::string, double> > process::metrics::snapshot ( const Option< Duration > &  timeout)
inline