ray/dashboard
SangBin Cho 20ab9188c6
[Ray Usage Stats] Record cluster metadata + Refactoring. (#22170)
This is the first PR to implement usage stats on Ray. Please refer to the file `usage_lib.py` for more details.

The full specification is here https://docs.google.com/document/d/1ZT-l9YbGHh-iWRUC91jS-ssQ5Qe2UQ43Lsoc1edCalc/edit#heading=h.17dss3b9evbj.

You can see the full PR for phase 1 from here; https://github.com/rkooo567/ray/pull/108/files.

The PR is doing some basic refactoring + adding cluster metadata to GCS instead of the version numbers. 

After this PR, we will add code to enable usage report "off by default".
2022-02-08 22:12:36 -08:00
..
client [dashboard] Remove unused fields in dashboard actor table for better memory footprint (#21919) 2022-01-26 22:48:17 -08:00
modules [jobs] Add unit test for parse_cluster_info (#22205) 2022-02-08 11:22:28 -06:00
tests [Ray Usage Stats] Record cluster metadata + Refactoring. (#22170) 2022-02-08 22:12:36 -08:00
__init__.py [Dashboard] New dashboard skeleton (#9099) 2020-07-27 11:34:47 +08:00
agent.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
BUILD [job submission] Allow passing job_id, return DOES_NOT_EXIST when applicable (#20164) 2021-11-08 23:10:27 -08:00
consts.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
dashboard.py [Ray Usage Stats] Record cluster metadata + Refactoring. (#22170) 2022-02-08 22:12:36 -08:00
datacenter.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
head.py [Ray Usage Stats] Record cluster metadata + Refactoring. (#22170) 2022-02-08 22:12:36 -08:00
http_server_agent.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
http_server_head.py [Dashboard] Enable dashboard in the minimal ray installation (#21896) 2022-01-31 22:34:40 -08:00
k8s_utils.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
memory_utils.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
optional_deps.py [Dashboard] Agent in minimal ray installation (#21817) 2022-01-26 04:03:54 -08:00
optional_utils.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
utils.py [Dashboard] Enable dashboard in the minimal ray installation (#21896) 2022-01-31 22:34:40 -08:00