Skip to content

Commit 5e78c9c

Browse files
doc: enable statistics quantiles in example
Even though enabling quantiles decreases performance, it increases observability, so I think that basic example should enable them (since it already configures their parameters).
1 parent e1e99ad commit 5e78c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@ issues.
21112111
roles.crud-router:
21122112
stats: true
21132113
stats_driver: metrics
2114-
stats_quantiles: false
2114+
stats_quantiles: true
21152115
stats_quantile_tolerated_error: 0.001
21162116
stats_quantile_age_buckets_count: 5
21172117
stats_quantile_max_age_time: 180
@@ -2205,7 +2205,7 @@ scope, so that you can call them via `net.box`.
22052205
crud:
22062206
stats: true
22072207
stats_driver: metrics
2208-
stats_quantiles: false
2208+
stats_quantiles: true
22092209
stats_quantile_tolerated_error: 0.001
22102210
stats_quantile_age_buckets_count: 5
22112211
stats_quantile_max_age_time: 180

0 commit comments

Comments
 (0)