Cluster statistics storage. More...
#include <userver/storages/postgres/statistics.hpp>
Public Attributes | |
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. | |
Cluster statistics storage.
Definition at line 223 of file statistics.hpp.
InstanceStatsDescriptor storages::postgres::ClusterStatistics::master |
Master instance statistics.
Definition at line 225 of file statistics.hpp.
std::vector<InstanceStatsDescriptor> storages::postgres::ClusterStatistics::slaves |
Slave instances statistics.
Definition at line 229 of file statistics.hpp.
InstanceStatsDescriptor storages::postgres::ClusterStatistics::sync_slave |
Sync slave instance statistics.
Definition at line 227 of file statistics.hpp.
std::vector<InstanceStatsDescriptor> storages::postgres::ClusterStatistics::unknown |
Unknown/unreachable instances statistics.
Definition at line 231 of file statistics.hpp.