userver: storages::postgres::StatementStatistics Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::postgres::StatementStatistics Struct Referencefinal

Detailed Description

Definition at line 138 of file statistics.hpp.

+ Collaboration diagram for storages::postgres::StatementStatistics:

Public Member Functions

void Add (const StatementStatistics &other)
 

Public Attributes

Percentile timings {}
 
RateCounter executed {}
 
RateCounter errors {}
 

Member Function Documentation

◆ Add()

void storages::postgres::StatementStatistics::Add ( const StatementStatistics & other)
inline

Definition at line 143 of file statistics.hpp.

Member Data Documentation

◆ errors

RateCounter storages::postgres::StatementStatistics::errors {}

Definition at line 141 of file statistics.hpp.

◆ executed

RateCounter storages::postgres::StatementStatistics::executed {}

Definition at line 140 of file statistics.hpp.

◆ timings

Percentile storages::postgres::StatementStatistics::timings {}

Definition at line 139 of file statistics.hpp.


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