#include "metrics/Performance.hpp"
#include <prometheus/gauge.h>
#include <prometheus/summary.h>
Go to the source code of this file.
◆ 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 }