From b0e6419d3b196130e47355104d542db154b7827d Mon Sep 17 00:00:00 2001 From: Cyril Tovena Date: Thu, 17 Dec 2020 17:07:40 +0100 Subject: [PATCH] Small fixes for the documentation. Signed-off-by: Cyril Tovena --- docs/sources/configuration/_index.md | 2 +- docs/sources/logql/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.