Merge lp://staging/~sidnei/txstatsd/derive-metric into lp://staging/txstatsd

Proposed by Sidnei da Silva
Status: Merged
Approved by: Sidnei da Silva
Approved revision: 98
Merged at revision: 92
Proposed branch: lp://staging/~sidnei/txstatsd/derive-metric
Merge into: lp://staging/txstatsd
Diff against target: 512 lines (+121/-160)
11 files modified
txstatsd/metrics/metermetric.py (+34/-53)
txstatsd/metrics/timermetric.py (+0/-3)
txstatsd/server/configurableprocessor.py (+0/-6)
txstatsd/server/loggingprocessor.py (+15/-23)
txstatsd/server/processor.py (+0/-4)
txstatsd/service.py (+15/-5)
txstatsd/tests/metrics/test_metermetric.py (+33/-0)
txstatsd/tests/test_configurableprocessor.py (+2/-14)
txstatsd/tests/test_loggingprocessor.py (+8/-9)
txstatsd/tests/test_processor.py (+7/-34)
txstatsd/tests/test_service.py (+7/-9)
To merge this branch: bzr merge lp://staging/~sidnei/txstatsd/derive-metric
Reviewer Review Type Date Requested Status
Lucio Torre (community) Approve
Review via email: mp+107268@code.staging.launchpad.net

Commit message

Replace meter metric by a simpler direct rate metric not using EWMA.

Description of the change

Replace meter metric by a simpler direct rate metric not using EWMA.

To post a comment you must log in.
Revision history for this message
Lucio Torre (lucio.torre) :
review: Approve
95. By Sidnei da Silva

- Use provided timestamp, cleanup some formatting.

96. By Sidnei da Silva

- Restore accidentally deleted file

97. By Sidnei da Silva

- More formatting fixes

98. By Mike Kazantsev

Add Mike Kazantsev as author.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches