Kagome
Polkadot Runtime Engine in C++17
|
Go to the source code of this file.
Classes | |
class | kagome::metrics::Counter |
A counter metric to represent a monotonically increasing value. More... | |
class | kagome::metrics::Gauge |
A gauge metric to represent a value that can arbitrarily go up and down. More... | |
class | kagome::metrics::Summary |
A summary metric samples observations over a sliding window of time. More... | |
class | kagome::metrics::Histogram |
A histogram metric to represent aggregatable distributions of events. More... | |
Namespaces | |
kagome::metrics | |
Typedefs | |
using | kagome::metrics::RegistryPtr = std::unique_ptr< Registry > |
Functions | |
RegistryPtr | kagome::metrics::createRegistry () |