HomeSort by relevance Sort by last modified time
    Searched refs:ESMetadata (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/common_lib/cros/graphite/
autotest_es.py 100 es_utils.ESMetadata constructor, and any other arguments are passed to
104 esmd = es_utils.ESMetadata(use_http=use_http, host=host, port=port,
113 es_utils.ESMetadata constructor, and a list of metadata, then upload to
118 esmd = es_utils.ESMetadata(use_http=True, host=host, port=port,
132 es_utils.ESMetadata constructor, and any other arguments are passed to
136 esmd = es_utils.ESMetadata(use_http=True, host=host, port=port,
144 es_utils.ESMetadata constructor, and any other arguments are passed to
148 esmd = es_utils.ESMetadata(use_http=True, host=host, port=port,
autotest_stats.py 31 _default_es = es_utils.ESMetadata(use_http=autotest_es.ES_USE_HTTP,
es_test_utils.py 81 es=es_utils.ESMetadata(use_http=use_http, host=host,
es_utils.py 23 es_utils.ESMetadata().post(index, metadata)
93 class ESMetadata(object):
108 """Initialize ESMetadata object.

Completed in 38 milliseconds