Kagome
Polkadot Runtime Engine in C++17
|
A histogram metric to represent aggregatable distributions of events. More...
#include <metrics.hpp>
Public Member Functions | |
virtual | ~Histogram ()=default |
virtual void | observe (const double value)=0 |
Observe the given amount. More... | |
A histogram metric to represent aggregatable distributions of events.
This class represents the metric type histogram: https://prometheus.io/docs/concepts/metric_types/#histogram
Definition at line 108 of file metrics.hpp.
|
virtualdefault |
|
pure virtual |
Observe the given amount.
Implemented in kagome::metrics::PrometheusHistogram.