Skip to content

Commit

Permalink
more fixes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lyokha committed May 21, 2020
1 parent 05be03d commit 6cf8f46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ it's expected that variable `$bound_var` will return numbers in range *0 –
11* according to the number of the histogram bins. If it returns some unexpected
value then variable `$hst_name_err` (which is declared implicitly) will be
incremented instead of the histogram counters. The counters themselves and their
sum value can be accessed directly via implicitly declared variable
sum value can be accessed directly via implicitly declared variables
`$hst_name_00 .. $hst_name_11` and `$hst_name_sum`.

An example
Expand Down Expand Up @@ -494,9 +494,9 @@ $ curl -s 'http://127.0.0.1:8020/all' | jq {\"test.histogram\"}
}
```

From this output we can see that there were *70* requests spread in bins
*04 – 06* which correspond approximately to a time range from *0.5* to *1*
and more seconds.
From this output, we can see that there were *70* requests spread in bins
*04 – 06* which correspond approximately to a time range from *0.5* to *1
and more* seconds.

Let's see how to access all the bins and a specific bin.

Expand Down

0 comments on commit 6cf8f46

Please sign in to comment.