#include <userver/storages/postgres/options.hpp>
PostgreSQL statements metrics options.
Dynamic option POSTGRES_STATEMENT_METRICS_SETTINGS
Definition at line 289 of file options.hpp.
Public Member Functions | |
bool | operator== (const StatementMetricsSettings &other) const |
Public Attributes | |
std::size_t | max_statements {0} |
Store metrics in LRU of this size. | |
|
inline |
Definition at line 293 of file options.hpp.
std::size_t storages::postgres::StatementMetricsSettings::max_statements {0} |
Store metrics in LRU of this size.
Definition at line 291 of file options.hpp.