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:
@@ -149,8 +149,8 @@ is the label that you're storing to, or fetching from.
|
|||||||
Labels support multiple grouping levels by splitting the label string with `/`
|
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
|
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,
|
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
|
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
|
```ruby
|
||||||
Redistat.group_separator = '|'
|
Redistat.group_separator = '|'
|
||||||
|
|||||||
Reference in New Issue
Block a user