We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab31af commit c1d12e1Copy full SHA for c1d12e1
core/include/prometheus/summary.h
@@ -107,7 +107,7 @@ class PROMETHEUS_CPP_CORE_EXPORT Summary {
107
Summary(const Quantiles& quantiles,
108
const std::chrono::system_clock::time_point& creation_time,
109
std::chrono::milliseconds max_age = std::chrono::seconds{2*24*60*60},
110
- int age_buckets = 24);
+ int age_buckets = 12);
111
112
/// \brief Observe the given amount.
113
void Observe(double value);
0 commit comments