зеркало из https://github.com/microsoft/statsd.git
Коммит
bfa8e20c96
|
@ -56,7 +56,7 @@ sub increment {
|
|||
$self->update($stats, 1, $sample_rate);
|
||||
}
|
||||
|
||||
=item increment(STATS, SAMPLE_RATE)
|
||||
=item decrement(STATS, SAMPLE_RATE)
|
||||
|
||||
Decrement one of more stats counters.
|
||||
|
||||
|
@ -67,7 +67,7 @@ sub decrement {
|
|||
$self->update($stats, -1, $sample_rate);
|
||||
}
|
||||
|
||||
=item increment(STATS, DELTA, SAMPLE_RATE)
|
||||
=item update(STATS, DELTA, SAMPLE_RATE)
|
||||
|
||||
Update one of more stats counters by arbitrary amounts.
|
||||
|
||||
|
@ -124,4 +124,4 @@ Steve Sanbeg L<http://www.buzzfeed.com/stv>
|
|||
|
||||
=cut
|
||||
|
||||
1;
|
||||
1;
|
Загрузка…
Ссылка в новой задаче