libstatistics_collector  master
Lightweight aggregation utilities to collect statistics and measure message metrics.
All Classes Functions Variables Pages
Public Attributes | List of all members
libstatistics_collector::moving_average_statistics::StatisticData Struct Reference

#include <types.hpp>

Public Attributes

double average = std::nan("")
 average of the observations
 
double min = std::nan("")
 min value of the observations
 
double max = std::nan("")
 max value of the observations
 
double standard_deviation = std::nan("")
 standard_deviation of the observations
 
uint64_t sample_count = 0
 number of samples of the observation
 

Detailed Description

A container for statistics data results for a set of recorded observations.


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