#include <userver/storages/postgres/statistics.hpp>
Cluster statistics storage.
Definition at line 222 of file statistics.hpp.
Public Attributes | |
bool | connlimit_mode_auto_on {false} |
Connlimit mode auto is on. | |
InstanceStatsDescriptor | master |
Master instance statistics. | |
InstanceStatsDescriptor | sync_slave |
Sync slave instance statistics. | |
std::vector< InstanceStatsDescriptor > | slaves |
Slave instances statistics. | |
std::vector< InstanceStatsDescriptor > | unknown |
Unknown/unreachable instances statistics. | |
bool storages::postgres::ClusterStatistics::connlimit_mode_auto_on {false} |
Connlimit mode auto is on.
Definition at line 224 of file statistics.hpp.
InstanceStatsDescriptor storages::postgres::ClusterStatistics::master |
Master instance statistics.
Definition at line 226 of file statistics.hpp.
std::vector<InstanceStatsDescriptor> storages::postgres::ClusterStatistics::slaves |
Slave instances statistics.
Definition at line 230 of file statistics.hpp.
InstanceStatsDescriptor storages::postgres::ClusterStatistics::sync_slave |
Sync slave instance statistics.
Definition at line 228 of file statistics.hpp.
std::vector<InstanceStatsDescriptor> storages::postgres::ClusterStatistics::unknown |
Unknown/unreachable instances statistics.
Definition at line 232 of file statistics.hpp.