userver: storages::postgres::ClusterStatistics Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::postgres::ClusterStatistics Struct Reference

Cluster statistics storage. More...

#include <userver/storages/postgres/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.
 

Detailed Description

Cluster statistics storage.

Definition at line 223 of file statistics.hpp.

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: