userver: storages::postgres::InstanceTopologyStatistics< MmaAccumulator > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::InstanceTopologyStatistics< MmaAccumulator > Struct Template Reference

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

Detailed Description

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

Template instance topology statistics storage.

Definition at line 96 of file statistics.hpp.

Public Attributes

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

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: