Searched defs:autotest_es (Results 1 - 20 of 20) sorted by relevance

/external/autotest/contrib/
H A Dresult_size_summary.py17 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
31 records = autotest_es.query(
/external/autotest/site_utils/
H A Des_reindex.py29 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
51 result = autotest_es.execute_query(index=options.old, host=options.host,
H A Dhost_label_utils.py24 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
65 results = autotest_es.query(
87 results = autotest_es.query(
113 if not autotest_es.bulk_post(data_list, log_time_recorded=False):
117 autotest_es.post(use_http=True, type_str=_HOST_LABEL_TIME_INDEX_TYPE,
H A Djob_overhead.py12 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
55 autotest_es.post(type_str=type_str, metadata=metadata)
79 autotest_es.post(type_str=SUITE_RUNTIME_KEY, metadata=metadata)
H A Dstable_version_utils.py11 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
79 autotest_es.post(type_str=_STABLE_VERSION_TYPE,
90 autotest_es.post(type_str=_STABLE_VERSION_TYPE,
H A Danalyze_reboot_time.py44 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
63 return autotest_es.query(
H A Ddevserver_history.py55 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
103 results = autotest_es.query(
H A Dmetadata_reporter.py17 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
109 if autotest_es.bulk_post(data_list=data_list):
H A Dcollect_suite_time_stats.py68 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
113 results = autotest_es.query(
155 results = autotest_es.query(
227 results = autotest_es.query(
283 results = autotest_es.query(
371 results = autotest_es.query(
H A Dhost_history_utils.py14 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
103 result = autotest_es.query(
156 lock_history_entries = autotest_es.query(
295 host_history_entries = autotest_es.query(
341 results = autotest_es.query(
H A Dlxc.py36 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
258 autotest_es.post(use_http=True,
803 autotest_es.post(use_http=True,
997 autotest_es.post(use_http=True,
/external/autotest/client/common_lib/cros/graphite/
H A Dstats_es_functionaltest.py21 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
36 if autotest_es.ES_USE_HTTP:
72 use_http = autotest_es.ES_USE_HTTP,
73 udp_port = autotest_es.ES_UDP_PORT,
81 result = autotest_es.query(host=self.host, port=self.port,
126 es_host = autotest_es.METADATA_ES_SERVER
127 es_port = autotest_es.ES_PORT
130 es_port = autotest_es.ES_PORT
H A Dautotest_stats.py9 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
31 _default_es = es_utils.ESMetadata(use_http=autotest_es.ES_USE_HTTP,
32 host=autotest_es.METADATA_ES_SERVER,
33 port=autotest_es.ES_PORT,
34 index=autotest_es.INDEX_METADATA,
35 udp_port=autotest_es.ES_UDP_PORT)
/external/autotest/server/
H A Dautoserv28 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
232 autotest_es.post(use_http=True,
260 autotest_es.post(use_http=True, type_str='correct_results_folder_failure',
387 autotest_es.post(use_http=True,
H A Dautoserv.py28 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
232 autotest_es.post(use_http=True,
260 autotest_es.post(use_http=True, type_str='correct_results_folder_failure',
387 autotest_es.post(use_http=True,
/external/autotest/tko/
H A Dparse.py19 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
384 autotest_es.post(use_http=True, type_str='parse_failure',
631 autotest_es.post(use_http=True, type_str='parse_failure_final',
/external/autotest/server/hosts/
H A Dservo_host.py28 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
438 autotest_es.post(use_http=True,
H A Dcros_host.py20 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
1265 autotest_es.post(
1359 autotest_es.post(use_http=True,
/external/autotest/scheduler/
H A Dscheduler_models.py31 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
611 autotest_es.post(type_str=type_str, metadata=metadata)
/external/autotest/frontend/afe/
H A Dmodels.py24 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
582 autotest_es.post(use_http=True, type_str=type_str, metadata=metadata)

Completed in 759 milliseconds