lp:~sidnei/txstatsd/preserve-last-gauge

Created by Sidnei da Silva and last modified
Get this branch:
bzr branch lp:~sidnei/txstatsd/preserve-last-gauge
Only Sidnei da Silva can upload to this branch. If you are Sidnei da Silva please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Sidnei da Silva
Project:
txStatsD
Status:
Merged

Recent revisions

109. By Sidnei da Silva

[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.

107. By Guillermo Gonzalez

[r=sidnei] add py3k support for the consistenthashing client

106. By Guillermo Gonzalez

[r=sidnei] Initial py3k support, only the client side.

105. By Guillermo Gonzalez

[r=sidnei] Use mock instead of mocker in the tests

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.

100. By Sidnei da Silva

[r=lucio.torre] Add a connect/disconnect to ConsistentHashingClient

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:txstatsd
This branch contains Public information 
Everyone can see this information.

Subscribers