From 1c26a729146e196c42d99d2783e65edbd28c82c3 Mon Sep 17 00:00:00 2001 From: Anton Tolchanov Date: Sat, 25 May 2024 09:30:19 +0000 Subject: [PATCH] Fix a typo in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45429c5..8f03fa1 100644 --- a/README.md +++ b/README.md @@ -348,9 +348,9 @@ Records a value in a previously registered histogram. Usually called from [log_by_lua_block](https://github.com/openresty/lua-nginx-module#log_by_lua_block) globally or per server/location. -Note that recording an observation requires incrementing several histogram, -which does not happen atomically and might race with metric collection (see -#161). +Note that recording an observation requires incrementing several histogram +counters, which does not happen atomically and might race with metric +collection (see #161). * `value` is a value that should be recorded. Required. * `label_values` is an array of label values.