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

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

Definition at line 32 of file statistics.hpp.

Public Attributes

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

Member Data Documentation

◆ commit

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

Definition at line 34 of file statistics.hpp.

◆ rollback

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

Definition at line 35 of file statistics.hpp.

◆ timings

utils::statistics::Histogram storages::sqlite::infra::statistics::PoolTransactionsStatistics::timings {kDefaultBoundsArray}

Definition at line 36 of file statistics.hpp.

◆ total

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

Definition at line 33 of file statistics.hpp.


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