#include <userver/utils/statistics/metrics_storage.hpp>
Storage of metrics registered with MetricTag<Metric>
Definition at line 15 of file metrics_storage.hpp.
Public Member Functions | |
| std::vector< Entry > | RegisterIn (Storage &statistics_storage) |
| template<typename Metric> | |
| Metric & | GetMetric (const MetricTag< Metric > &tag) |
| Get metric data by type. | |
| void | ResetMetrics () |
|
inline |
Get metric data by type.
Definition at line 23 of file metrics_storage.hpp.