Repo-Init
 
Loading...
Searching...
No Matches
BaseServerStats.hpp File Reference
#include <prometheus/registry.h>
Include dependency graph for BaseServerStats.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BaseServerStats
 

Macros

#define QUANTILE_DEFAULTS
 

Macro Definition Documentation

◆ QUANTILE_DEFAULTS

#define QUANTILE_DEFAULTS
Value:
prometheus::Summary::Quantiles \
{ \
{0.5, 0.1}, {0.9, 0.1}, { 0.99, 0.1 } \
}

Definition at line 5 of file BaseServerStats.hpp.

5#define QUANTILE_DEFAULTS \
6 prometheus::Summary::Quantiles \
7 { \
8 {0.5, 0.1}, {0.9, 0.1}, { 0.99, 0.1 } \
9 }