Lines Matching refs:STATS_KEY
92 STATS_KEY = 'shard_client.%s' % socket.gethostname() variable
93 timer = autotest_stats.Timer(STATS_KEY)
130 autotest_stats.Counter(STATS_KEY).increment(
149 autotest_stats.Gauge(STATS_KEY).send(
151 autotest_stats.Gauge(STATS_KEY).send(
153 autotest_stats.Gauge(STATS_KEY).send(
286 autotest_stats.Counter(STATS_KEY).increment('heartbeat_failures')
299 autotest_stats.Gauge(STATS_KEY).send(
317 autotest_stats.Gauge(STATS_KEY).send(
385 autotest_stats.Counter(STATS_KEY).increment('starts')
391 autotest_stats.Counter(STATS_KEY).increment('uncaught_exceptions')