Home
last modified time | relevance | path

Searched refs:_METRICS_PREFIX (Results 1 – 1 of 1) sorted by relevance

/external/autotest/scheduler/
Dhost_scheduler.py91 _METRICS_PREFIX = 'chromeos/autotest/host_scheduler' variable
323 '%s/schedule_jobs_duration' % _METRICS_PREFIX)
338 metrics.Counter('%s/new_jobs_with_hosts' % _METRICS_PREFIX
342 metrics.Gauge('%s/current_jobs_without_hosts' % _METRICS_PREFIX
344 metrics.Counter('%s/tick' % _METRICS_PREFIX).increment()
347 @metrics.SecondsTimerDecorator('%s/lease_hosts_duration' % _METRICS_PREFIX)
386 @metrics.SecondsTimerDecorator('%s/tick_time' % _METRICS_PREFIX)