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. | |
Template instance topology statistics storage.
Definition at line 96 of file statistics.hpp.
MmaAccumulator storages::postgres::InstanceTopologyStatistics< MmaAccumulator >::replication_lag |
Replication lag min-max-avg.
Definition at line 100 of file statistics.hpp.
MmaAccumulator storages::postgres::InstanceTopologyStatistics< MmaAccumulator >::roundtrip_time |
Roundtrip time min-max-avg.
Definition at line 98 of file statistics.hpp.