userver: congestion_control::v2::Sensor::Data Struct Reference
Loading...
Searching...
No Matches
congestion_control::v2::Sensor::Data Struct Reference

Detailed Description

Definition at line 35 of file sensor.hpp.

Public Member Functions

double GetRate () const
 
std::string ToLogString () const
 

Public Attributes

std::size_t total {0}
 
std::size_t timeouts {0}
 
std::size_t timings_avg_ms {0}
 
std::size_t current_load {0}
 

Member Function Documentation

◆ GetRate()

double congestion_control::v2::Sensor::Data::GetRate ( ) const
inline

Definition at line 43 of file sensor.hpp.

Member Data Documentation

◆ current_load

std::size_t congestion_control::v2::Sensor::Data::current_load {0}

Definition at line 41 of file sensor.hpp.

◆ timeouts

std::size_t congestion_control::v2::Sensor::Data::timeouts {0}

Definition at line 37 of file sensor.hpp.

◆ timings_avg_ms

std::size_t congestion_control::v2::Sensor::Data::timings_avg_ms {0}

Definition at line 39 of file sensor.hpp.

◆ total

std::size_t congestion_control::v2::Sensor::Data::total {0}

Definition at line 36 of file sensor.hpp.


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