userver: storages::sqlite::infra::statistics::PoolTransactionsStatisticsAggregated Struct Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::sqlite::infra::statistics::PoolTransactionsStatisticsAggregated Struct Referencefinal

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

Definition at line 39 of file statistics.hpp.

Public Member Functions

void Add (PoolTransactionsStatistics &other)
 

Public Attributes

RateCounter total {}
 
RateCounter commit {}
 
RateCounter rollback {}
 
utils::statistics::HistogramAggregator timings {kDefaultBoundsArray}
 

Member Data Documentation

◆ commit

RateCounter storages::sqlite::infra::statistics::PoolTransactionsStatisticsAggregated::commit {}

Definition at line 41 of file statistics.hpp.

◆ rollback

RateCounter storages::sqlite::infra::statistics::PoolTransactionsStatisticsAggregated::rollback {}

Definition at line 42 of file statistics.hpp.

◆ timings

utils::statistics::HistogramAggregator storages::sqlite::infra::statistics::PoolTransactionsStatisticsAggregated::timings {kDefaultBoundsArray}

Definition at line 43 of file statistics.hpp.

◆ total

RateCounter storages::sqlite::infra::statistics::PoolTransactionsStatisticsAggregated::total {}

Definition at line 40 of file statistics.hpp.


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