userver: userver/utils/statistics/metric_value.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
metric_value.hpp File Reference

The value of a metric. Only integer and floating-point metrics are allowed. More...

#include <cstdint>
#include <variant>
#include <userver/utils/statistics/rate.hpp>
+ Include dependency graph for metric_value.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  utils::statistics::MetricValue
 The value of a metric. Only integer and floating-point metrics are allowed. More...
 

Namespaces

namespace  utils
 Utilities.
 

Detailed Description

The value of a metric. Only integer and floating-point metrics are allowed.

Definition in file metric_value.hpp.