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

/external/autotest/server/hosts/
H A Dshadowing_store.py15 _METRICS_PREFIX = 'chromeos/autotest/autoserv/host_info/shadowing_store/' variable
16 _REFRESH_METRIC_NAME = _METRICS_PREFIX + 'refresh_count'
17 _COMMIT_METRIC_NAME = _METRICS_PREFIX + 'commit_count'
62 _METRICS_PREFIX + 'initialization_fail_count').increment()
/external/autotest/site_utils/
H A Dlabel_cleaner.py41 _METRICS_PREFIX = 'chromeos/autotest/afe_db/admin/label_cleaner' variable
188 metrics.Gauge(_METRICS_PREFIX + '/total_labels_count').set(
200 metrics.Gauge(_METRICS_PREFIX + '/total_labels_count').set(
210 metrics.Gauge(_METRICS_PREFIX + '/used_labels_count').set(
216 metrics.Counter(_METRICS_PREFIX + '/labels_deleted').increment_by(
296 metrics.Counter(_METRICS_PREFIX + '/tick').increment(
301 metrics.Counter(_METRICS_PREFIX + '/tick').increment(
/external/autotest/scheduler/
H A Dhost_scheduler.py92 _METRICS_PREFIX = 'chromeos/autotest/host_scheduler' variable
322 '%s/schedule_jobs_duration' % _METRICS_PREFIX)
336 metrics.Counter('%s/new_jobs_with_hosts' % _METRICS_PREFIX
341 metrics.Gauge('%s/current_jobs_without_hosts' % _METRICS_PREFIX
344 metrics.Counter('%s/tick' % _METRICS_PREFIX).increment()
346 @metrics.SecondsTimerDecorator('%s/lease_hosts_duration' % _METRICS_PREFIX)
385 @metrics.SecondsTimerDecorator('%s/tick_time' % _METRICS_PREFIX)
497 metrics.Counter('%s/start' % _METRICS_PREFIX).increment()
519 metrics.Counter('%s/uncaught_exception' % _METRICS_PREFIX).increment()
H A Dmonitor_db_cleanup.py20 _METRICS_PREFIX = 'chromeos/autotest/scheduler/cleanup' variable
67 @metrics.SecondsTimerDecorator(_METRICS_PREFIX + '/user/durations')
287 @metrics.SecondsTimerDecorator(_METRICS_PREFIX + '/daily/durations')
388 m = '%s/errors_recovered/%s' % (_METRICS_PREFIX, metric_name)
399 m = '%s/errors_detected/%s' % (_METRICS_PREFIX, metric_name)
/external/autotest/skylab_migration/venv/skylab_venv/scripts/
H A Dserver_db_sync.py50 _METRICS_PREFIX = 'chromeos/autotest/skylab_migration/server_db' variable
227 metrics.Gauge(_METRICS_PREFIX + '/inconsistency_found').set(
229 metrics.Gauge(_METRICS_PREFIX + '/inconsistency_found').set(
302 metrics.Gauge(_METRICS_PREFIX + '/inconsistency_fixed').set(
305 metrics.Gauge(_METRICS_PREFIX + '/inconsistency_fixed').set(
396 metrics.Counter(_METRICS_PREFIX + '/start').increment()
403 metrics.Counter(_METRICS_PREFIX + '/tick').increment(
407 metrics.Counter(_METRICS_PREFIX + '/tick').increment(
/external/autotest/scheduler/shard/
H A Dshard_client.py97 _METRICS_PREFIX = 'chromeos/autotest/shard_client/heartbeat/' variable
315 metrics.Gauge(_METRICS_PREFIX + 'known_job_ids_count').set(
317 metrics.Gauge(_METRICS_PREFIX + 'jobs_upload_count').set(
319 metrics.Gauge(_METRICS_PREFIX + 'known_host_ids_count').set(
344 metrics.Gauge(_METRICS_PREFIX + 'request_size').set(
370 metrics.Gauge(_METRICS_PREFIX + 'response_size').set(

Completed in 166 milliseconds