diff --git a/docs/sources/configuration/_index.md b/docs/sources/configuration/_index.md index 959fed4d26ff..9dc039972d63 100644 --- a/docs/sources/configuration/_index.md +++ b/docs/sources/configuration/_index.md @@ -1427,7 +1427,7 @@ memcached_client: # The maximum number of idle connections in the memcached client pool. # CLI flag: -.memcached.max-idle-conns - [max_idle_conns: | default = 100] + [max_idle_conns: | default = 16] # The period with which to poll the DNS for memcached servers. # CLI flag: -.memcached.update-interval diff --git a/docs/sources/logql/_index.md b/docs/sources/logql/_index.md index e70197371ffd..a23e79fd3511 100644 --- a/docs/sources/logql/_index.md +++ b/docs/sources/logql/_index.md @@ -423,7 +423,7 @@ We currently support the functions: Supported function for operating over unwrapped ranges are: -- `rate(log-range)`: calculates per second rate of all values in the specified interval. +- `rate(unwrapped-range)`: calculates per second rate of all values in the specified interval. - `sum_over_time(unwrapped-range)`: the sum of all values in the specified interval. - `avg_over_time(unwrapped-range)`: the average value of all points in the specified interval. - `max_over_time(unwrapped-range)`: the maximum value of all points in the specified interval.