userver: storages::postgres::StatementStatistics Struct Reference
Loading...
Searching...
No Matches
storages::postgres::StatementStatistics Struct Referencefinal

Detailed Description

Definition at line 138 of file statistics.hpp.

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: