We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d544f6 commit 2ab31afCopy full SHA for 2ab31af
core/include/prometheus/summary.h
@@ -106,8 +106,8 @@ class PROMETHEUS_CPP_CORE_EXPORT Summary {
106
/// has passed. The default value is 5.
107
Summary(const Quantiles& quantiles,
108
const std::chrono::system_clock::time_point& creation_time,
109
- std::chrono::milliseconds max_age = std::chrono::seconds{10*24*60*60},
110
- int age_buckets = 10*24);
+ std::chrono::milliseconds max_age = std::chrono::seconds{2*24*60*60},
+ int age_buckets = 24);
111
112
/// \brief Observe the given amount.
113
void Observe(double value);
0 commit comments