def count()

in mutornadomon/monitor.py [0:0]


    def count(self, stat, value=1):
        """Increment a counter by the given value"""
        self._COUNTERS[stat] += value