userver: storages::postgres::ClusterStatistics Struct Reference
Loading...
Searching...
No Matches
storages::postgres::ClusterStatistics Struct Reference

#include <userver/storages/postgres/statistics.hpp>

Detailed Description

Cluster statistics storage.

Definition at line 223 of file statistics.hpp.

+ Collaboration diagram for storages::postgres::ClusterStatistics:

Public Attributes

InstanceStatsDescriptor master
 Master instance statistics.
 
InstanceStatsDescriptor sync_slave
 Sync slave instance statistics.
 
std::vector< InstanceStatsDescriptorslaves
 Slave instances statistics.
 
std::vector< InstanceStatsDescriptorunknown
 Unknown/unreachable instances statistics.
 

Member Data Documentation

◆ master

InstanceStatsDescriptor storages::postgres::ClusterStatistics::master

Master instance statistics.

Definition at line 225 of file statistics.hpp.

◆ slaves

std::vector<InstanceStatsDescriptor> storages::postgres::ClusterStatistics::slaves

Slave instances statistics.

Definition at line 229 of file statistics.hpp.

◆ sync_slave

InstanceStatsDescriptor storages::postgres::ClusterStatistics::sync_slave

Sync slave instance statistics.

Definition at line 227 of file statistics.hpp.

◆ unknown

std::vector<InstanceStatsDescriptor> storages::postgres::ClusterStatistics::unknown

Unknown/unreachable instances statistics.

Definition at line 231 of file statistics.hpp.


The documentation for this struct was generated from the following file: