Repo-Init
 
Loading...
Searching...
No Matches
Performance.cpp File Reference
#include "metrics/Performance.hpp"
#include <prometheus/gauge.h>
#include <prometheus/summary.h>
Include dependency graph for Performance.cpp:

Go to the source code of this file.

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 6 of file Performance.cpp.

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