stats Package

stats Package

counters Module

class thriftworker.utils.stats.counters.Counters[source]

Bases: collections.defaultdict

Store counters here.

to_dict()[source]

Convert all counters to dict.

timers Module

class thriftworker.utils.stats.timers.Timers[source]

Bases: collections.defaultdict

to_dict()[source]

Convert all timers to dict.