|
Kagome
Polkadot Runtime Engine in C++17
|
#include <metrics_impl.hpp>
Public Member Functions | |
| PrometheusSummary (prometheus::Summary &m) | |
| void | observe (const double value) override |
| Observe the given amount. More... | |
Public Member Functions inherited from kagome::metrics::Summary | |
| virtual | ~Summary ()=default |
Private Attributes | |
| prometheus::Summary & | m_ |
Friends | |
| class | PrometheusRegistry |
Definition at line 46 of file metrics_impl.hpp.
| kagome::metrics::PrometheusSummary::PrometheusSummary | ( | prometheus::Summary & | m | ) |
Definition at line 46 of file metrics_impl.cpp.
|
overridevirtual |
Observe the given amount.
Implements kagome::metrics::Summary.
Definition at line 48 of file metrics_impl.cpp.
|
friend |
Definition at line 47 of file metrics_impl.hpp.
|
private |
Definition at line 48 of file metrics_impl.hpp.