Skip to content

Commit

Permalink
Quick note on counter_rates and timer_data
Browse files Browse the repository at this point in the history
  • Loading branch information
draco2003 committed Nov 4, 2012
1 parent dc03d36 commit c9e09f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -276,8 +276,9 @@ metrics: {
}
```

Each backend module is passed the same set of statistics, so a
backend module should treat the metrics as immutable
The counter_rates and timer_data are precalculated statistics to simplify
the creation of backends. Each backend module is passed the same set of
statistics, so a backend module should treat the metrics as immutable
structures. StatsD will reset timers and counters after each
listener has handled the event.

Expand Down

0 comments on commit c9e09f8

Please sign in to comment.