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