#include <pbft_metrics.hpp>
|
| | PbftMetrics (std::shared_ptr< prometheus::Registry > registry) |
| |
| | MetricsGroup (std::shared_ptr< prometheus::Registry > registry) |
| |
| virtual | ~MetricsGroup ()=default |
| |
| template<class Type > |
| prometheus::Family< Type > & | addMetric (const std::string &name, const std::string &help) |
| | template method to add metric family. Family is a metric, but additional labels could be specified for it. Labels if optional.
|
| |
| void | updateData () |
| | method that is used to call registered updaters for the specific class
|
| |
◆ PbftMetrics()
| taraxa::metrics::PbftMetrics::PbftMetrics |
( |
std::shared_ptr< prometheus::Registry > |
registry | ) |
|
|
inline |
◆ group_name
| const std::string taraxa::metrics::PbftMetrics::group_name = "pbft" |
|
inlinestatic |
The documentation for this class was generated from the following file: