Skip to content

Commit

Permalink
doc: enable statistics quantiles in example
Browse files Browse the repository at this point in the history
Even though enabling quantiles decreases performance, it increases
observability, so I think that basic example should enable them (since
it already configures their parameters).
  • Loading branch information
DifferentialOrange committed May 31, 2024
1 parent e1e99ad commit 5e78c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2111,7 +2111,7 @@ issues.
roles.crud-router:
stats: true
stats_driver: metrics
stats_quantiles: false
stats_quantiles: true
stats_quantile_tolerated_error: 0.001
stats_quantile_age_buckets_count: 5
stats_quantile_max_age_time: 180
Expand Down Expand Up @@ -2205,7 +2205,7 @@ scope, so that you can call them via `net.box`.
crud:
stats: true
stats_driver: metrics
stats_quantiles: false
stats_quantiles: true
stats_quantile_tolerated_error: 0.001
stats_quantile_age_buckets_count: 5
stats_quantile_max_age_time: 180
Expand Down

0 comments on commit 5e78c9c

Please sign in to comment.