mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-18 21:06:40 +00:00
Change wording slightly and kill a whitespace in readme
This commit is contained in:
@@ -150,7 +150,7 @@ Labels support multiple grouping levels by splitting the label string with `/`
|
||||
and storing the same stats for each level. For example, when storing data to a
|
||||
label called `views/product/44`, the data is stored for the label you specify,
|
||||
and also for `views/product` and `views`. You may also configure a different
|
||||
group separator using the `Redistat.group_separator` option. For example:
|
||||
group separator using the `Redistat.group_separator=` method. For example:
|
||||
|
||||
```ruby
|
||||
Redistat.group_separator = '|'
|
||||
|
||||
Reference in New Issue
Block a user