Skip to content

Commit

Permalink
Merge pull request #240 from jehiah/legacy_prefix_typo_240
Browse files Browse the repository at this point in the history
Readme typo - legacy key prefix is incorrect
  • Loading branch information
mrtazz committed Jan 23, 2013
2 parents 68fdd41 + fd2a367 commit 187697c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -358,8 +358,8 @@ in the prefixing, there will also be a breaking change in the way counters are
submitted. So far counters didn't live under any namespace and were also a bit
confusing due to the way they record rate and absolute counts. In the legacy
setting rates were recorded under `stats.counter_name` directly, whereas the
absolute count could be found under `stats_count.counter_name`. With disabling
the legacy namespacing those values can be found (with default prefixing)
absolute count could be found under `stats_counts.counter_name`. When legacy namespacing
is disabled those values can be found (with default prefixing)
under `stats.counters.counter_name.rate` and
`stats.counters.counter_name.count` now.

Expand Down

0 comments on commit 187697c

Please sign in to comment.