userver: storages::postgres::InstanceStatsDescriptor 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::InstanceStatsDescriptor Struct Reference

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

Detailed Description

Instance statistics with description.

Definition at line 231 of file statistics.hpp.

+ Collaboration diagram for storages::postgres::InstanceStatsDescriptor:

Public Attributes

std::string host_port
 host[:port] of an instance
 
InstanceStatisticsNonatomic stats
 Statistics of an instance.
 

Member Data Documentation

◆ host_port

std::string storages::postgres::InstanceStatsDescriptor::host_port

host[:port] of an instance

Definition at line 233 of file statistics.hpp.

◆ stats

InstanceStatisticsNonatomic storages::postgres::InstanceStatsDescriptor::stats

Statistics of an instance.

Definition at line 235 of file statistics.hpp.


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