lp://staging/~ricardokirkner/txstatsd/gauge-with-delta
- Get this branch:
- bzr branch lp://staging/~ricardokirkner/txstatsd/gauge-with-delta
Branch merges
- Lucio Torre (community): Approve
- James Westby (community): Approve
-
Diff: 197 lines (+108/-10)5 files modifiedtxstatsd/metrics/gaugemetric.py (+10/-4)
txstatsd/metrics/metrics.py (+2/-2)
txstatsd/server/processor.py (+13/-3)
txstatsd/tests/test_metrics.py (+13/-1)
txstatsd/tests/test_processor.py (+70/-0)
Branch information
Recent revisions
- 109. By Sidnei da Silva
-
[r=sidnei] [a=bicycleday] Preserve gauges after each flush.
If the gauge is not updated at the next flush, it will send the
previous value. This is the definition of a gauge as per Etsy StatsD.
Also updated test_flush_gauge_metric in test_processor.py. - 108. By Sidnei da Silva
-
[r=verterok] Use cooperator to yield more often and avoid blocking the reactor for too long.
- 104. By Sidnei da Silva
-
[r=elachuni,
michael. nelson] Catch IOError that can be raised by mod_wsgi when importing twisted.python.log - 103. By Diogo Baeder
-
[r=sidnei] [r=diogobaeder] Sending messages to a 'queue' (a list, actually, to make it simpler) while the host is not resolved, and flushing them as soon as the host gets resolved. I didn't use Queue.Queue here because it doesn't seem that we'll have to deal with concurrency issues with this queue, since each client instance has its own queue, but if we feel the need, this can be changed later.
- 102. By Diogo Baeder
-
[r=sidnei] Removing host resolving from initializer and creating a factory method to do the host resolving procedure
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/txstatsd