lp://staging/~verterok/txstatsd/py3ksupport
- Get this branch:
- bzr branch lp://staging/~verterok/txstatsd/py3ksupport
Branch merges
- Sidnei da Silva: Approve
-
Diff: 337 lines (+58/-39)11 files modified.bzrignore (+1/-0)
txstatsd/metrics/distinctmetric.py (+8/-2)
txstatsd/metrics/metric.py (+1/-1)
txstatsd/stats/uniformsample.py (+4/-3)
txstatsd/tests/metrics/test_distinct.py (+4/-3)
txstatsd/tests/metrics/test_histogrammetric.py (+1/-1)
txstatsd/tests/metrics/test_sli.py (+6/-2)
txstatsd/tests/test_httpinfo.py (+2/-2)
txstatsd/tests/test_metrics.py (+22/-21)
txstatsd/tests/test_router.py (+1/-1)
txstatsd/tests/test_service.py (+8/-3)
Branch information
Recent revisions
- 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
- 101. By Sidnei da Silva
-
- Move TimerResource to httpinfo so that importing timermetric does not install a reactor by accident.
- 99. By Anthony Lenton
-
[r=sidnei] Made it possible to use the non-twisted client code even if twisted is unavailable.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/txstatsd