Kagome
Polkadot Runtime Engine in C++17
metrics.hpp File Reference
#include <memory>
#include <vector>
#include "metrics/registry.hpp"
Include dependency graph for metrics.hpp:
This graph shows which files directly or indirectly include this file:

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 ()