userver: storages::postgres::InstanceTopologyStatistics< MmaAccumulator > Struct Template 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::InstanceTopologyStatistics< MmaAccumulator > Struct Template Reference

Template instance topology statistics storage. More...

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

Public Attributes

MmaAccumulator roundtrip_time
 Roundtrip time min-max-avg.
 
MmaAccumulator replication_lag
 Replication lag min-max-avg.
 

Detailed Description

template<typename MmaAccumulator>
struct storages::postgres::InstanceTopologyStatistics< MmaAccumulator >

Template instance topology statistics storage.

Definition at line 96 of file statistics.hpp.

Member Data Documentation

◆ replication_lag

template<typename MmaAccumulator >
MmaAccumulator storages::postgres::InstanceTopologyStatistics< MmaAccumulator >::replication_lag

Replication lag min-max-avg.

Definition at line 100 of file statistics.hpp.

◆ roundtrip_time

template<typename MmaAccumulator >
MmaAccumulator storages::postgres::InstanceTopologyStatistics< MmaAccumulator >::roundtrip_time

Roundtrip time min-max-avg.

Definition at line 98 of file statistics.hpp.


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