Skip to content

Commit

Permalink
Fix a typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
knyar committed May 25, 2024
1 parent eb15e1b commit 1c26a72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1c26a72

Please sign in to comment.