Skip to content

Commit 3c80553

Browse files
doc: fix quantile tolerated error description
1 parent 52b2b4a commit 3c80553

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crud/cfg.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ end
103103
-- @number[opt=1e-3] opts.stats_quantile_tolerated_error
104104
-- See tarantool/metrics summary API for details:
105105
-- https://www.tarantool.io/ru/doc/latest/book/monitoring/api_reference/#summary
106-
-- If quantile value is -Inf, try to decrease quantile tolerance.
106+
-- If quantile value is -Inf, try to decrease quantile tolerated error.
107107
-- See https://github.com/tarantool/metrics/issues/189 for issue details.
108108
-- Decreasing the value increases computational load.
109109
--

crud/stats/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ end
8787
-- @number[opt=1e-3] opts.quantile_tolerated_error
8888
-- See tarantool/metrics summary API for details:
8989
-- https://www.tarantool.io/ru/doc/latest/book/monitoring/api_reference/#summary
90-
-- If quantile value is -Inf, try to decrease quantile tolerance.
90+
-- If quantile value is -Inf, try to decrease quantile tolerated error.
9191
-- See https://github.com/tarantool/metrics/issues/189 for issue details.
9292
--
9393
-- @treturn boolean Returns `true`.

crud/stats/metrics_registry.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ end
8484
-- @number[opt=1e-3] opts.quantile_tolerated_error
8585
-- See metrics summary API for details:
8686
-- https://www.tarantool.io/ru/doc/latest/book/monitoring/api_reference/#summary
87-
-- If quantile value is -Inf, try to decrease quantile tolerance.
87+
-- If quantile value is -Inf, try to decrease quantile tolerated error.
8888
-- See https://github.com/tarantool/metrics/issues/189 for issue details.
8989
--
9090
-- @treturn boolean Returns `true`.

0 commit comments

Comments
 (0)