Skip to content

Commit c1d12e1

Browse files
committed
update duration
1 parent 2ab31af commit c1d12e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/include/prometheus/summary.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class PROMETHEUS_CPP_CORE_EXPORT Summary {
107107
Summary(const Quantiles& quantiles,
108108
const std::chrono::system_clock::time_point& creation_time,
109109
std::chrono::milliseconds max_age = std::chrono::seconds{2*24*60*60},
110-
int age_buckets = 24);
110+
int age_buckets = 12);
111111

112112
/// \brief Observe the given amount.
113113
void Observe(double value);

0 commit comments

Comments
 (0)