No support for intermediate timing information

Bug #1020090 reported by Jonathan Lange
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
txStatsD
New
Undecided
Unassigned

Bug Description

txstatsd does not provide an API for specifying intermediate times in a timeline of events. Such a thing is useful for gathering data on multi-stage events.

http://pypi.python.org/pypi/python-statsd is another statsd client that has support for intermediate timing information.

e.g.::
         timer = self.statsd_client.get_client(class_=statsd.Timer)
         timer.start()
         timer.interval('intermediate_value')
         timer.stop('total')

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.