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 e294939 commit 2d544f6Copy full SHA for 2d544f6
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{60},
110
- int age_buckets = 5);
+ std::chrono::milliseconds max_age = std::chrono::seconds{10*24*60*60},
+ int age_buckets = 10*24);
111
112
/// \brief Observe the given amount.
113
void Observe(double value);
0 commit comments