#include "metrics/Performance.hpp"#include <format>#include <prometheus/gauge.h>#include <prometheus/summary.h>
Go to the source code of this file.
Macros | |
| #define | QUANTILE_DEFAULTS prometheus::Summary::Quantiles { {0.5, 0.1}, {0.9, 0.1}, {0.99, 0.1} } |
| #define QUANTILE_DEFAULTS prometheus::Summary::Quantiles { {0.5, 0.1}, {0.9, 0.1}, {0.99, 0.1} } |
Definition at line 8 of file Performance.cpp.