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

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

Definition at line 25 of file statistics.hpp.

Public Attributes

RateCounter total {}
 
RateCounter error {}
 
RateCounter executed {}
 
utils::statistics::Histogram timings {kDefaultBoundsArray}
 

Member Data Documentation

◆ error

RateCounter storages::sqlite::infra::statistics::PoolQueriesStatistics::error {}

Definition at line 27 of file statistics.hpp.

◆ executed

RateCounter storages::sqlite::infra::statistics::PoolQueriesStatistics::executed {}

Definition at line 28 of file statistics.hpp.

◆ timings

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

Definition at line 29 of file statistics.hpp.

◆ total

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

Definition at line 26 of file statistics.hpp.


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